TankBlitz is a 2D PvP tank combat game inspired by "Tank Stars" by Azur Games, emphasizing modular, maintainable code through OOP principles. Key features include:
- Game Mechanics: Core components like tanks, projectiles, and terrain elements are modularly designed for ease of expansion and modification.
- Encapsulated Behaviors: Each game entity’s behavior is isolated, enhancing reusability and promoting consistent code structure across new features.
- Physics Integration: Realistic movement, projectile dynamics, and collision handling enhance gameplay immersion and smooth mechanics.
- Clone the repo
git clone https://github.com/aryanGupta-09/TankStarsGame.git
-
Open with Eclipse, Intellij, or VSCode
-
Navigate to TankStarsGame/Final Project/desktop/src/com/mygdx/tank_stars
-
Run DesktopLauncher.java