roguel-ike

https://github.com/stevenremot/roguel-ike.git

git clone 'git://github.com/stevenremot/roguel-ike.git'
8

Roguel-ike

Description

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.

Installation

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)

Usage

Type M-x roguel-ike to start the game.

State of the project

This project is an experiment :

Compatibilities

It has been tested on Emacs 24.3. It doesn't work on Emacs 23.

Dependencies

License

This program is released under GPLv3 license.

See LICENSE for more details.