Releases: Choconaut/tank-game
Releases · Choconaut/tank-game
TankGame v1.0.0
TankGame v1.0 - First Release
Welcome to the first release of TankGame! This version includes all the core features of the game, built using JavaFX and packaged as a standalone JAR file.
Features
- Playable
TankGamewith tank controls. - Functional
PlayerTankandEnemyTankclasses. - Fully self-contained JAR file with all dependencies included.
Requirements
- Java Runtime Environment (JRE) or Java Development Kit (JDK) 21 or higher.
How to Run
- Download the JAR file from the link below.
- Navigate to the directory containing the JAR file.
- If using terminal or command prompt, run:
java -jar TankGame.jar
What's Changed
- Oop refactor by @Choconaut in #1
- Refactor EnemyTank by @Choconaut in #3
New Contributors
- @Choconaut made their first contribution in #1
Full Changelog: https://github.com/Choconaut/TankGame/commits/v1.0