Home - Doge2Dev/LitiumVM GitHub Wiki

Welcome to the LitiumVM wiki!

Litium is a free fantasy console and game framework.

Create a game

  1. For debug purposes, until the version 1.0.0 the engine have a way to create projects directly by "no game loaded" screen. Press [1] on your keyboard to create a template for a project.

OBS: Is highly recommended you have some Lua knowledge before you start create games with this engine, and have all Lua workspace set up with your text editor and Lua compiler on %Path%.

Installing a game

All data about engine is located on %appdata/litium%

  1. On "disk" folder you will create a new folder with a name of your game
  2. Inside the folder you created paste your script with name main.lua

make sure everything is correct, the final path of your game need be %appdata%/litium/disk/name-of-your-game/main.lua

External Links