C++ game engine for terminal based RPGs.
Find a file
2022-06-20 15:26:00 +00:00
doc update 2022-06-13 08:52:53 +00:00
lib major project structure update 2022-06-19 11:20:25 +00:00
src Everything 2022-06-20 15:26:00 +00:00
.gitignore read body 2022-06-14 13:30:26 +00:00
.gitmodules major project structure update 2022-06-19 11:20:25 +00:00
Makefile Everything 2022-06-20 15:26:00 +00:00
README.md Update README.md 2022-06-18 19:35:46 +00:00
TODO.md major project structure update 2022-06-19 11:20:25 +00:00

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