Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.

kshg9/asteroids-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Asteroids Game in Java

Note

This project is an implementation of the classic game Asteroids using Java (JDK 21).

✨ Learning Objectives

  • Maven integration 🪶
  • Creating successful independent .jar 📦️
  • Project execution 📃
  • Feature Integration 🧩
  • Try github CI 🐙

🕹️ How to Run game:

Tip

For Windows users, simply double-click the downloaded .jar file to start the game.

Download the .jar file from Releases

java -jar ./path/to/Asteroids-XX.jar

💻 Running project using one of the following methods:

  1. Using Maven:

    ./mvnw clean javafx:run
    
  2. Using the configuration provided in the repository, on IntelliJ select and run run-with-deps.

  3. Creating Native-Executable and FatJar is now possible using configuration make-native-pkg and make-fat-jar located in target/dist and target/shade respectively.

🎮 Game Showcase

Showcase

🏗️ Dependencies

  • JDK21
  • Maven
  • JavaFX

Credits

  • Practice excercise implementing bit-more things in the asteroids game from MOOC

🥂 Enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages