This was a little game I wrote ages ago when I was getting into game programming.
- Menu:
up
anddown
to navigate.enter
to start a mode. - In-game:
left
andright
to move.space bar
to drop.up
to rotate. - Game-Over:
enter
to continue. - Quit:
escape
at any point to close the application.
I would expect anything that runs Gosu/Ruby should run this, but only tested on OSX.
- Ruby 1.8+ (Tested on 2.1.5)
- Gosu 0.8+ (https://github.com/jlnr/gosu)
Public