Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 386 Bytes

File metadata and controls

22 lines (15 loc) · 386 Bytes

Ancient War - C++ Client

Setup instructions

It is recommended to use CLion (JetBtains) otherwise, follow the below instructions to build the client:

cd to the directory you want to save and run the code

Ubuntu

git clone https://github.com/AI-Battle/AW-Client-Cpp
cd AW-Client-Cpp
mkdir build
cd build
cmake ..
make

To run the output issue:

./client/client