Welcome to Tank Wars, a dynamic tank battle game for Windows developed in C++ using the SGG library. Created as part of the coursework for the C++ programming subject at the Athens University of Economics and Business, this game challenges players to navigate a series of tank battles in a strategically designed arena.
- Tanks Movement and Shield: You can move your tank in any direction or apply a shield infront of your tank to avoid getting hit.
- Two Player Mode(Offline): Compete offline against friends in two player mode.
Before you can run Tank Wars, make sure you have the following installed:
- C++14 or later.
- Clone the repository:
git clone https://github.com/Thanos-png/tank-wars.git
cd tank-wars/TankWars/bin
- Run the game:
./TankWars
- Arrows and WASD Keys: Move your tank around the arena.
- Q key: Apply the shield.
- Spacebar: Fire cannon.
Contributions are welcome! Please feel free to fork the repository and submit a pull request.
- Fix Update Cycle
- Angle & Power Implementation
- Add a Starting Menu
- Add an Ending Screen
- Improve Game Visuals & User Interface
- Add Online Support
I hope you enjoy playing Tank Wars as much as I enjoyed making it!