1
Programming / Re: One Day Roguelike Challenge - December 2011
« on: December 27, 2011, 10:57:49 AM »jraregris: very nice little game. What libraries/language did you use?
Thanks for trying it!
It is coded in Ruby and uses the ncursesw gem for ncurses and mongodb for storing scores. It was built on the current state of the engine for my not-finished-game Svirfneblin.
You can find the source for Cave Santa at https://github.com/jraregris/cave-santa, and Svirfneblin here: https://github.com/jraregris/svirfneblin.