feat: TCOD Tutorial part 2
feat: TCOD Tutorial part 1
An rpg game for your terminal
This repository doesn't ship any generated files. You first need to generate the autotools configuration:
autoreconf -iv -Wall
After that, create the build directory, run the newly created configure
script and build:
mkdir build
cd build
../configure
make
You should find the executable in build/src
.
I'm making this game by following the Roguelike Tutorial for TCOD and Python3 and adapting it for ncurses
.
The first commits will be me following the tutorial as closely as possible and at some point I'll start adding stuff of my own :)