https://github.com/stevenremot/roguel-ike.git
git clone 'git://github.com/stevenremot/roguel-ike.git'
The goal of this project is to develop a coffee-break roguelike for Emacs.
The complete game will allow the player to create various characters and to make them fulfill challenges like arena fight and short dungeon explorations.
There isn't any level system. Each stat can improve independently, by doing related actions. For example, sucessfull attacks will at term improve character's strength.
You can get it through MELPA, or clone the repository and add this to your init file:
(add-to-list 'load-path "/path/to/roguel-ike/")
(require 'roguel-ike)
Type M-x roguel-ike
to start the game.
This project is an experiment :
It has been tested on Emacs 24.3. It doesn't work on Emacs 23.
This program is released under GPLv3 license.
See LICENSE for more details.