Home

Awesome

fiTD 1.0.1 Build Status

A basic console-based tower defense game engine.

Originally created by Jan Vorisek as the final BI-PA2 seminar assigment at FIT CTU in 2018.

Features:

Planned:

Building

Dependencies:

Compile (./build/):

cmake .
make

Generate documentation (./doc/):

cmake .
make doc

Clean all

make clean

Running tests

make test

Running the game

cd build
./fitd