Stabyourself.net Wiki
Register
Advertisement
01

Löve 0.8.0's "no-game" screen (aka the Rubber Piggy)

Löve is an awesome framework you can use to make 2D games in Lua. It's free, open-source, and works on Windows, Mac OS X and Linux.

Every Stabyourself.net game was made with Löve (and love).

Examples[]

Hello World:

   function love.draw()
       love.graphics.print('Hello World!', 400, 300)
   end

Some things made with Löve[]

(That aren't from Sys)

Advertisement