Just tanks is a free and opensource multiplayer arcade game inspired by "Battle City". Your goal is to destroy the opponent's tanks and not be destroyed by them. You can choose either a multiplayer to play with up to 10 friends or single-player to improve your skills with relaxing game against bots. Earn coins for your wins and use them to transform your tiny tank into an invincible war machine.
- W – move up
- A – move left
- S – move down
- D – move right
- SPACE – make a shot
- ESC – to pause game
You can also use the arrow keys on your keyboard to move.
Note: this project supports only Linux and gcc compiler. But feel free to try build on other systems.
- libsqlite3
- sfml
- boost-asio
- cmake
- make
- g version at least 10
git clone https://github.com/d1f0lt/tanks
cd tanks
cmake --build . -t tanks
cd bin
./tanks # to play game
./tanks server <level number> <players> <bots> <bonuses> # to run a server
Just Tanks is licensed under the 2-Clause BSD License. See LICENCE for details.