Click an Icon above to play a game.

The standard lua base,table,string,math and debug libraries are available.

The standard lua io library is not.

print is redirected to the console, stdout and debuger output.

Option setting functions return their current value and dont need to be given arguments. They can therefore be used two ways, by calling say gfx.window_startup(); without any args you can find out the current setting and by calling gfx.window_startup("normal"); you can select a given value. This call will also return "normal" unless "normal" is not a valid setting.

  • gfx.window_startup
    • Available from 20040210 to TheNow
    • sets initial window state, possible choices are "fullscreen" , "maximised" or "normal"
  • opt.lang
    • Available from 20040210 to TheNow
    • sets display language
  • opt.lang_alt
    • Available from 20040210 to TheNow
    • sets alternative display language if first choice is not available