v0.1.0 - First version of the game #12
LBF38
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Duel invaders : first stable version of the game ! 🚀
This release is a first stable version of the game. This game is built using FXGL Java library.
New features will come in future releases.
Actual features of the game
For now, there is a default main menu and game menu. We can launch a game and play solo mode. Aliens are randomly generated and fire randomly too.
Release files 📁
The release is constitued of the game and the attached javadoc in
.jar
files. These files are compressed files archives that can be open with common tools such as 7zip or WinRar among others.Finally, following the README instruction of this repository, you can launch the game by these methods:
duelinvaders-0.1.0.jar
filejava -jar duelinvaders-0.1.0.jar
in the corresponding working folder on your system.If you want to browse the project's documentation, you can unzip the
duelinvaders-0.1.0-javadoc.jar
archive to see the javadoc HTML files generated from the project. You can use common archive tools such as 7zip or WinRar. If you want to use the terminal, you can use the following command:jar -xvf duelinvaders-0.1.0-javadoc.jar
For more informations about the project, please go to the main README.
This discussion was created from the release v0.1.0 - First version of the game.
Beta Was this translation helpful? Give feedback.
All reactions