I am wanting to do a game in Ruby, but I came across a problem. I am intermediate level in Ruby. I only know of running Ruby through the command line but to make the game I am thinking of similar to Dwarf Fortress would require something more.
I need to be able to use arrow keys and enter to select things. I also need 2 frames displaying, one for the map and one for in-game information.
How do I go about doing this? Would I need to use a GUI or something to that effect. If it can’t be a desktop app, that’s fine. I have a vague idea of how I could do it in the browser.
Check out the gosu gem which gives you a 2d game engine from http://www.libgosu.org