Skip to content

Releases: EmilienLeroy/FallingSquare

v0.4.2

01 Dec 21:40

Choose a tag to compare

0.4.2 - 2022-12-01

Fixed

  • Fix black screen on the aab android package. This error was due to a forbidden char used into the music name.

v0.4.1

01 Dec 06:02

Choose a tag to compare

0.4.1 - 2022-12-01

Fixed

  • Upgrades the godot version to 3.4.5 and the android sdk target to 31. This fix error when deploying into the google play store.

v0.4.0

30 Nov 06:25

Choose a tag to compare

0.4.0 - 2022-11-30

Added

  • 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

v0.3.0

14 Nov 06:22

Choose a tag to compare

0.3.0 - 2022-11-14

Added

  • Add a leaderboard system using HighScore. #7
  • Add languages translations for english and french.

Changed

  • Now Reset item can be used only once.

v0.2.0

05 Aug 22:18

Choose a tag to compare

0.2.0 - 2022-08-06

Added

  • 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

Changed

  • Update probability of Square item to 68%.
  • Update probability of Bomb item to 10%.
  • Update probability of Restore item to 5%.

Fixed

  • Randomize seed of the game on each application start.

v0.1.1

30 Jul 14:56

Choose a tag to compare

0.1.1 - 2022-07-30

Fixed

  • Prevent user to spam a square to increase the score faster. #5
  • Prevent heart and bomb to increase score. #4

v0.1.0

29 Jul 21:48

Choose a tag to compare

0.1.0 - 2022-07-29

Added

  • Add three items:
    • square
    • heart
    • bomb
  • Add android build.
  • Add home, game, result and about view