Skip to content

Releases: Choconaut/tank-game

TankGame v1.0.0

03 Dec 07:56
1236b31

Choose a tag to compare

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 TankGame with tank controls.
  • Functional PlayerTank and EnemyTank classes.
  • 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

  1. Download the JAR file from the link below.
  2. Navigate to the directory containing the JAR file.
  3. If using terminal or command prompt, run:
    java -jar TankGame.jar
    

What's Changed

New Contributors

Full Changelog: https://github.com/Choconaut/TankGame/commits/v1.0