Skip to content
HazielZylux edited this page Jan 5, 2023 · 2 revisions

Welcome to Superlitium Documentation

Superlitium is a retro styled game framework and fantasy console, allowing you to create your own games in lua.

What is Lua?

Lua is a lightweight, high-level, multi-paradigm programming language designed primarily for embedded use in applications.

How to get started

To get started first, download the newest zip binary to your computer, after downloading launch Superlitium and press [F11] to enter in terminal mode.

You need type some commands to create your project. Create a new project with: project -n my-game

You can check your project on the appData folder, to acess the appdata folder press windows button + R, then type %appdata%/superlitium to direct acess the superlitium data folder.


You will find your project on bin/projects folder, you can move the folder with the name of your project to carts folder, so you will be able to run the your project on the engine.

Clone this wiki locally