Skip to content

d1f0lt/tanks

Repository files navigation

Just Tanks

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.

Controls

  • 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.

How to build

Note: this project supports only Linux and gcc compiler. But feel free to try build on other systems.

Requirements

  • libsqlite3
  • sfml
  • boost-asio
  • cmake
  • make
  • g++ version at least 10

Build instruction

git clone https://github.com/d1f0lt/tanks
cd tanks
cmake --build . -t tanks

How to play

 cd bin
./tanks # to play game
./tanks server <level number> <players> <bots> <bonuses> # to run a server

LICENSE

Just Tanks is licensed under the 2-Clause BSD License. See LICENCE for details.

Releases

No releases published

Packages

No packages published