Releases: jvondermarck/dinosaur-exploder
Releases · jvondermarck/dinosaur-exploder
v1.2.2
What's Changed
- [Feature] selected language is now also stored in the settings file. by @ursteiner in #167
- chore(deps): bump org.apache.maven.plugins:maven-shade-plugin from 3.0.0 to 3.6.0 by @dependabot in #173
- chore(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.8.0 to 3.14.0 by @dependabot in #171
- [Fix] Different game versions being displayed by @ursteiner in #175
- [Feature] added an animated countdown by @ursteiner in #179
- [Feature] started a refactoring by @ursteiner in #182
- [Feature]: Dinos can drop ❤️ once killed by @David-Tubeuf in #186
- [Feature]: Add new spaceship's projectiles / weapons by @MiisaelCabrera in #184
- [Feature]: adding a dino Boss #176 by @Johann4002herti in #188
- [Feature] merged all new cool features in my latest refactoring fork by @ursteiner in #189
- [Feature] Refactored DinosaurController by @ursteiner in #190
- #181 Extracted a BossSpawner class by @ursteiner in #191
- [Feature]: Improve UX/UI layout and alignment of text shown during gameplay (with workflow files) by @ameliakratzer-code in #196
- [Feature] Add coin functionalities so that coins affect game play by @AutumnQiu99 in #197
- Improved display of lives by @ursteiner in #200
- [Feature]: add tests by @dybyte in #201
- Fixed green dino fire spawn by @ursteiner in #203
- [Fix]: coins weren't considered for unlocking ships and weapons by @Johann4002herti in #204
- [Feature]: Added level progress bar by @powerpuff-luv in #206
- Added new Audio Manager to manage Audio accross the game by @SakshamKaundal in #207
- Feature: added another Dino Boss, by @Johann4002herti in #210
- chore(deps-dev): bump org.mockito:mockito-core from 5.17.0 to 5.18.0 by @dependabot in #211
New Contributors
- @dependabot made their first contribution in #173
- @David-Tubeuf made their first contribution in #186
- @MiisaelCabrera made their first contribution in #184
- @ameliakratzer-code made their first contribution in #196
- @AutumnQiu99 made their first contribution in #197
- @powerpuff-luv made their first contribution in #206
- @SakshamKaundal made their first contribution in #207
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- fix: added missing translations by @AlexiSkyline in #143
- coin functionality added by @pramanandasarkar02 in #145
- [Issue #138] feat: unlock specific spaceships after a certain score by @dy102 in #147
- Level feature added by @Carolina-GomezM in #148
- #150 Implemented a settings system. Currently only for the sound volume. by @ursteiner in #151
- refactored Settings Provider and added a simple Test for it by @ursteiner in #154
- Ci/140 add build jar release by @jvondermarck in #159
- #153 missing translations at some places by @ursteiner in #156
- fix(SettingsProvider): create the file if it does not exist at first by @jvondermarck in #160
- [Issue #152] feat: display the spaceships locked/unlocked in the lobby by @dy102 in #157
- implemented the bomb regeneration feature by @Keerthi421 in #162
New Contributors
- @AlexiSkyline made their first contribution in #143
- @pramanandasarkar02 made their first contribution in #145
- @dy102 made their first contribution in #147
- @ursteiner made their first contribution in #151
- @Keerthi421 made their first contribution in #162
🎥 Demo
release-v1.2.1.mp4
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed 🤩
- Feature 91 translate text by @demian-ae in #129
- [Feature issue 128] Select a spaceship by @MaferRod in #130
- Issue #131 fixed by @Johann4002herti in #135
- generate an executable JAR for the game feature added by @Carolina-GomezM in #141
New Contributors 🥳
- @demian-ae made their first contribution in #129
- @MaferRod made their first contribution in #130
- @Johann4002herti made their first contribution in #135
- @Carolina-GomezM made their first contribution in #141
Full Changelog:
v1.1.0...v1.2.0
Preview 🎥
Screen.Recording.2025-04-01.at.22.56.32.mov
Now it's your turn 🙈
Test the game, just download the jar file below and run the command java -jar dinosaur-exploder.jar :)
Be sure to have Java 21 installed
java --version
v1.1.0
What's Changed
- Manage sounds on the game and control the volume by @alemarin5 in #109
- Fixed the music button on the main menu not working by @Thompson6626 in #108
- changed menu sound ui design by @CGaneshKumar2002 in #113
- Vrushalpatilbranch by @itsVrushal in #115
- Add animation of an explosion when the dinosaurs are killed by @QwitherY in #117
- Add bomb feature by @ZJF39 in #122
- update interface of the home screen by @ThreeWater1037 in #116
- Added a gameplay clip and updated the controls list in the Readme file by @bruhjeshhh in #126
New Contributors
- @alemarin5 made their first contribution in #109
- @Thompson6626 made their first contribution in #108
- @CGaneshKumar2002 made their first contribution in #113
- @itsVrushal made their first contribution in #115
- @QwitherY made their first contribution in #117
- @ZJF39 made their first contribution in #122
- @ThreeWater1037 made their first contribution in #116
- @bruhjeshhh made their first contribution in #126
Full Changelog: v1.0.2...v1.1.0
v1.0.2
What's Changed
- Add initial draft by @fnwirth in #104
- Added improvements to Main menu & Movements by @PrethamMuthappa in #105
New Contributors
- @fnwirth made their first contribution in #104
- @PrethamMuthappa made their first contribution in #105
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- new feature: sideway movement animation by @gabrielaramburu in #80
- imported new font to game and new image for Score label by @shivam98 in #83
- [Feature]: Update the life system design by @singhparmeetb in #84
- Java Doc - Resolve merge conflict from mjsgitt by @jvondermarck in #87
- Fix typos in README.md and issue templates by @Gilithrimm in #97
- Created a class to hold the constants by @MelissaAyllon in #98
- Quit Game Button by @leonardojava in #100
- Save high score data by @leonardojava in #101
- Life text aligned on the left side by @diegoborbadev in #102
New Contributors
- @gabrielaramburu made their first contribution in #80
- @shivam98 made their first contribution in #83
- @singhparmeetb made their first contribution in #84
- @Gilithrimm made their first contribution in #97
- @MelissaAyllon made their first contribution in #98
- @leonardojava made their first contribution in #100
- @diegoborbadev made their first contribution in #102
Full Changelog: v1.0.0...v1.0.1
v1.0.0
🆕 Notable changes
- #12 : Hitbox issues
- #19 : Life system
- #25 : Add a image icon of the game
- #40 : Adding sounds (SFX)
- #56 : Options Menu modification
- #58 : Create a design when player die
- #59 : Put a red background when spaceship get hit
🌍Contributors
Thank you to all contributors for this first pre-release.
More improvements are to be expected in the future, so thanks to all contributors who will contribute to our project. 👨💻
1.0.0-beta
🆕 Notable changes
- #39 - Create a home screen on startup
- #20 - Random spawning for dinosaurs
- #6 - Avoid leaving the game screen
- #3 - Infinite Background
- #21 - Scoring system
- #49 - Lock the fps to 60
- #17 - Shooting Dinosaurs
🌍Contributors
Thank you to all contributors for this first pre-release.
More improvements are to be expected in the future, so thanks to all contributors who will contribute to our project. 👨💻