Does anyone have advice on creating a side-scrolling action game in Ruby?
I am particularly looking for libraries, tools, or guides. I’ve built a terminal text-based game however now I’d like to involve graphics and possibly run the game outside of terminal.
It’s important to me that it be in Ruby.
How about libgosu?
http://www.libgosu.org/
“Gosu is a 2D game development library for the Ruby and C++ programming languages, available for Mac OS X, Windows and Linux. It has been in development since 2001.”
“Ruby/Gosu integrates well:
complete with examples, precompiled for Windows & OS X”