Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 308 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 308 Bytes

BattleCity


Cross-platform remake of BattleCity (Namco, 1985) with original Tanks AI and game mechanics

Build


git clone https://github.com/PfAndrey/BattleCity.git --recursive  
cd BattleCity  
mkdir build && cd build  
cmake ..  
cmake --build . --config Release  
./BattleCity