...It is intended for programmers who want to quickly develop a roguelike game by extending, customizing and building on top of a large codebase that implements some basic and advanced parts of a roguelike game.
The sources include:
- Bare game engine with almost no specific features of the game, because they are my intellectual property;
- Map editor;
- Tile editor;
- Default graphics tileset (tileset.grx).
The sources DO NOT include:
- Game maps;
- Custom graphics tileset;
- Source code for specific game features.
IMPORTANT NOTE:
Certain graphical features require the custom tileset which is my intellectual property, and as such is not included in the sources, only the default tileset is available. ...