There are multiple game libraries for Ruby, Gosu (website, Github, RubyGems) being the most well known. Gosu is 2D game development and features easy to use and game-friendly interfaces to 2D graphics and text (accelerated by 3D hardware), sound samples and music as well as keyboard, mouse and gamepad/joystick input.
Potentially also using Gamebox (website, Github), a framework for building and distributing games using Gosu. Or Chipmunk.
Maybe we can take some from http://guides.railsgirls.com/ruby-game/ and the gosu showcase as inspiration: http://www.libgosu.org/cgi-bin/mwf/board_show.pl?bid=2
Basic setup:
- ingredients (Ruby version, Gem version, os) > infobox
- What does 'game library mean', is there a difference between 'library' and 'gem'? > infobox
- what game ar