Skip to content

mj0stjo/Tank-You-Next-

Repository files navigation

Tank You, Next!

Tank You, Next! is a 3D tank game written in C++ and utilizing the OpenGL graphics library. This readme provides an overview of the game, its features, the codebase and instructions on how to play.


1. Game Description

In Tank You, Next!, two players control their own tanks in a battle. The tanks can be maneuvered using the "W," "A," "S," and "D" keys for movement, while the "I", "J", "K", "L" and SPACE is used to aim and fire. The game takes place on a three-dimensional platform that includes various obstacles strategically placed throughout. Player movements are synchronized using a WebSocket, ensuring real-time gameplay between both players.

The objective of the game is to score hits on the opponent's tank. The first player to hit the opponent a certain number of times emerges as the winner. After a game concludes, players have the option to restart and engage in another battle.


Uploading image.png…

2. Features

2.1 Completed:

2.2 Planned:


3. Build and Play