项目作者: 0ro8lu
项目描述 :
A Simple ASCII Battle Simulator based on NCurses
高级语言: C
项目地址: git://github.com/0ro8lu/2DBattleSim.git
2DBattleSim
A simple, ASCII based battle simulator, with it’s own map editor and simulator.
Building
mkdir build
cd build
cmake -G “Unix Makefiles” -DCMAKE_BUILD_TYPE=Debug ..
make
you’ll find the binary files under bin/CMAKE_BUILD_TYPE (example bin/Debug)