项目作者: 0ro8lu

项目描述 :
A Simple ASCII Battle Simulator based on NCurses
高级语言: C
项目地址: git://github.com/0ro8lu/2DBattleSim.git
创建时间: 2019-09-01T22:37:54Z
项目社区:https://github.com/0ro8lu/2DBattleSim

开源协议:GNU General Public License v3.0

下载


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)