All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.4.2 - 2022-12-01
- Fix black screen on the
aab
android package. This error was due to a forbidden char used into the music name.
0.4.1 - 2022-12-01
- Upgrades the godot version to
3.4.5
and the android sdk target to31
. This fix error when deploying into the google play store.
0.4.0 - 2022-11-30
- Add a
statistics
view. - Store the number of items touched and the number of games played.
- Improve visuals effects. Adding particles on
game
view and animation to each items. - Add sounds effects and music. Also add options to disable these. #8
0.3.0 - 2022-11-14
- Now
Reset
item can be used only once.
0.2.0 - 2022-08-06
- Add
Multi
item with a probability of 10%. #12 - Add
Multiply
item with a probability of 5%. #11 - Add
Reset
item with a probability of 2% and when you have under two lifes. #10 - Add combo system. #6
- Update probability of
Square
item to 68%. - Update probability of
Bomb
item to 10%. - Update probability of
Restore
item to 5%.
- Randomize seed of the game on each application start.
0.1.1 - 2022-07-30
- Prevent user to spam a square to increase the score faster. #5
- Prevent heart and bomb to increase score. #4
0.1.0 - 2022-07-29
- Add android build.
- Add
home
,game
,result
andabout
view - Add three items:
square
heart
bomb