This was a little game I wrote ages ago when I was getting into game programming.
- Menu:
upanddownto navigate.enterto start a mode. - In-game:
leftandrightto move.space barto drop.upto rotate. - Game-Over:
enterto continue. - Quit:
escapeat 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