khuevu / battlecity-online

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Classic BattleCity in Multiplayer mode

BattleCity

Build and run game server

From repo, server folder, to build:

mkdir ./build
cd build
cmake ..
make

To run game server:

./tank-server

Run game client

In client folder, run the python client by:

python tank.py

The game will start when there are two players join the game on the same server

About


Languages

Language:C++ 49.9%Language:Python 48.8%Language:CMake 1.3%Language:Shell 0.0%