This is a classic arcade-style game called Tank, also known as Battle City, created using the Qt framework. The game allows users to control a tank and fight against enemy tanks while avoiding obstacles and collecting power-ups.
Here are some screenshots of the game:
- Register Menu
- Main Menu
- Game
- Custom Level Design
- Classic arcade-style gameplay with multiple levels and increasing difficulty
- Two-player mode for multiplayer gaming experience
- Customizable level design feature
- Different power-ups to aid players in battle
- Multiple enemies with varying difficulty levels
- Smooth and responsive controls for an intuitive gaming experience
To run this application, you will need the following:
- Qt framework (version 5.x or higher)
- C++ compiler
- OpenGL libraries
- Graphics card with OpenGL support
Follow these steps to install and run the game:
- Clone the repository to your local machine.
- Build the application using your pre-installed Qt Creator IDE.
- Run the built binary executable to play the game.
Contributions to the project are welcome. You can contribute by submitting bug reports, feature requests, code improvements, and suggestions for the game.
This game is licensed under the MIT License. You can find the details in the LICENSE file.
- Thanks to the original developers of the Tank game for creating such an amazing game.
- Thanks to the Qt framework for providing an excellent platform for building cross-platform applications.