You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Skeleton - simple minimal application that does nothing. This is template for your future projects.
require'lib.cheetah'require'lib.lquery.init'localC=cheetahC.init('Test', 800, 600, 32, '')
--write your game code hereC.mainLoop() --starts main loop, otherwise window will be closed immediately