C++ game engine for terminal based RPGs.
| doc | ||
| lib | ||
| src | ||
| .gitignore | ||
| .gitmodules | ||
| Makefile | ||
| README.md | ||
| TODO.md | ||
Anyage
Description
Anyage is game engine for roguelike rpgs that runs in the terminal.
Dependencies
- ncurses
Install
this will will install to /usr/local/bin by default
check the makefile if you wish so.
# make clean install
you can build the project and run it under bin/
$ make
optionally with debugging
$ make debug
protip:
Anyage stands for Anyage's Not Yet Another Game