LuaG-Console-java

A Fantasy Console that uses lua.

APACHE-2.0 License

Stars
16

LuaG Console

LuaG is a virtual console that allows you to build a game very quickly using the lua language. The console offers tools for developers, like the integrated editors for the map and the sprites! LuaG is always getting updates!

Getting Started

First of all, download the console. If you are a developer open the console, type mode d and then setup. Now you have blank game files, so you can start programming! Just type files, find the script folder and there will go all your code!

If you want to play download a game cartridge, put it in the same folder of the .jar file, type run {cartridge-name} in the console and enjoy!

How to create a Game

Creating a Game in LuaG is very easy! All Game files are stored inside the folder console-userdata (the one you open with the files command). Read the documentation about the game scripting. You can use useful tools, such as the integrated editors (map and sprites). Just remember to switch to developer mode using mode d. In this mode you can run the game directly without packing it into a cartridge. You can also exit the game pressing F8. Type help to get a list of all the commands you can use.

Game Deployment

To deploy a LuaG game, you have first to create a cartridge. You can do this using pack {cartridge-name}. Now, just publish the cartridge! (I suggest you to leave a link to the download page of LuaG console).

License

The Console is released under Apache 2.0 license. See License.

Built With

More Details

Click here to see the wiki.