-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Vulcalien edited this page Jun 29, 2019
·
10 revisions
If you just want to make a game then you can download a release, but you can also clone the repository inside your Java IDE and compile the console.
(Note that if you clone the repository, console-userdata
will contain my test game)
Just install and code! Read Lua Script Page.
Pack the console (jar file and LICENSE) and console-userdata inside a zip file and publish the zip.
The final user will just run the .jar and type the command run
in the internal cmd.
If you want it to automatically run the game, you can use a tool such as Launch4j and set the EXE file's arguments to '-run'.
Read the page Files and Folders.