
I started with the earlier ruby+ogre project and wanted to do something quick and fun. This one is actually (non)interactive fiction. It is extremely short. Like a minute of playtime

It's using ruby + ogre, which I posted about in a previous thread. And it has a bard's tale-type movement system(grid-based).
Here's a link to the source release(linux):
http://cs.ttu.edu/~garcia/onHome/onHome-v0.3.0.tar.gz
Requirements:
Scons - cross platform automake replacement
Swig - for the ruby bindings
Ruby (1.8 tested, if you get 1.6 working let me know

Ogre 1.0 Final
Build instructions:
'scons'
'sh runGame.sh 1'
Comments and crits welcome.