Skip to content

Releases: LBF38/Duel-invaders

v1.0.1

13 Mar 17:47
abb814b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

12 Mar 23:57
dce3256
Compare
Choose a tag to compare

🚀 New release ! v1.0.0 is here !

This update brings new features to the game ! Here is a quick summary:

  • refactored code for better maintainability and readability
  • created a multiplayer game mode to play in PvP (using a TCP connection)
  • lots of bugfixes and small enhancements too !

Enjoy and have fun !

Note The game might still contain some bugs as we went short on time.
Please report them by opening an issue. Thank you in advance !

What's Changed

  • Refactoring and cleaning code by @LBF38 in #32
  • Adding multiplayer game mode by @LBF38 in #33
  • chore(release): 🚀 bump version to v1.0.0 by @LBF38 in #34

Full Changelog: v0.3.1...v1.0.0

v0.3.1

27 Feb 17:12
2a795aa
Compare
Choose a tag to compare

New release to fix textures bug

This is v0.3.1 launch ! 🚀
Quick fix on textures that weren't correctly resolved by the game engine when launching it.

What's Changed

  • Configure Renovate by @renovate in #19
  • chore(deps): update dependency org.junit.jupiter:junit-jupiter-engine to v5.9.2 by @renovate in #21
  • chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.0.0-m9 by @renovate in #20
  • chore(deps): update dependency me.fabriciorby:maven-surefire-junit5-tree-reporter to v0.2.0 by @renovate in #23
  • Configure Mend Bolt for GitHub by @mend-bolt-for-github in #18

New Contributors

  • @renovate made their first contribution in #19
  • @mend-bolt-for-github made their first contribution in #18

Full Changelog: v0.3.0...v0.3.1

v0.3.0 - New features and UI

04 Jan 02:06
16a64db
Compare
Choose a tag to compare

Duel Invaders v0.3.0 is now published ! 🚀

This new release has provided a brand new customized main menu and players game infos such as live score/life update.
This is so exciting !

Have a look and have fun with the new version of this game !

Note
This project might not receive constant updates after this release.
You can contribute or simply enjoy the game as it is.
Have fun !

What's Changed

  • Customized main menu by @LBF38 in #14
  • Players lives and scores UI by @LBF38 in #15
  • v0.3.0 - New Main menu and added Players infos UI by @LBF38 in #16

Full Changelog: v0.2.0...v0.3.0

v0.2.0 - Updated gameplay

03 Jan 03:14
207655c
Compare
Choose a tag to compare

Duel Invaders v0.2.0 is out ! 🚀

There is more gameplay, more features and more ways to have fun !

Next release will focus on designing a better main menu and fixing some small bugs here and there.

⚠️ Some features aren't working for the moment. We are hardly working on fixing it. ⚠️

Full Changelog: v0.1.0...v0.2.0

v0.1.0 - First version of the game

02 Jan 20:22
1053257
Compare
Choose a tag to compare

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:

  • double-click on the duelinvaders-0.1.0.jar file
  • launch it from terminal with the command java -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

Collaborators 👥

For more informations about the project, please go to the main README.