Isefad: a roguelike written in Ruby

Links:

Test Isefad:

The last code for Isefad is available on Subversion. You will need a Subversion client to download the code, but not to run it.

The evident requirement -and only one- is Ruby.

To check out Isefad, you have first to check out the code with the following command, assuming you're using the official subversion command-line client:
svn checkout svn://rubyforge.org//var/svn/isefad
This will create on the current path a directory 'isefad'. Once you enter it, you can just run 'launch.rb' with the command:
ruby launch.rb
from a terminal window.

The code has only been tested yet on a rxvt-unicode terminal under GNU/Linux.

Nota:

I am currently willing to accept applications for developpers and story writers/creature creators, as well as suggestions of any kind.

Use the project forums or write me an email.

Changelog:

Find it here.

Roadmap:

It's on the wiki

Screenshot:


Revision 17: map view and message box are working, attributes view is still untouched.