Skip to content

Releases: gioragutt/unity-kapara-game

Version 0.0.5 - EXPLOSIONS!

16 Aug 23:53
Compare
Choose a tag to compare

Noticeable Changes

  • Player now EXPLODES(!!) when hitting an obstacle or falling off the platform
  • Added a pause menu
    • Open it while in the level by pressing the Escape key.
  • Added an options menu
    • Accessible in the Main Menu by clicking the Options button or pressing the O key
    • Also accessible through the Pause Menu the same way
    • Currently contains a volume level control
  • Replaced the Quit button in the Credits menu to a Main Menu button

Bugfixes

  • Hitting the last platform in a level does not show Level Complete (while still losing the game).
  • Finishing the game now properly saves the highscore

Developer Goodies

  • Added editor options to change the sound played in the Main Menu to the Levels Music sound track, for debugging purposes
  • Improve SceneManagement API methods in GameManager to work well with scene names, alongside build indexes.
  • Improved API of opening and closing nested scenes (for menus).
  • Organized the Resources folder
  • Changed the level definition files to allow more data to be defined for levels in the future
  • Update unity project version from 2018.2.0f2 to 2018.2.3f1

Version 0.0.4 - Sound Tracks

12 Aug 23:08
Compare
Choose a tag to compare

Added several sound tracks throughout the game (credit to videvo.net):

  • Start menu
  • Level music
  • Level Complete
  • Game Lost

Version 0.0.3 - Level 4 Tweak and Bugfixes

12 Aug 18:43
Compare
Choose a tag to compare

Noticeable Changes

  • f7a7eaf - Reduce amount of rows in initial segment of Level 4: 6 10.
  • 95c9b33 - RESTART AT CHECKPOINT button now works with mouse clicks.
  • a0f6163 - Change RESTART shortcut to Backspace and RESTART AT CHECKPOINT to Enter</kbd.

Bugfixes

  • ebf9571, a876b10 - RESTART AT CHECKPOINT behavior fixed when starting at different scenes.

Version 0.0.2 - Checkpoints

11 Aug 16:11
e891020
Compare
Choose a tag to compare

Introduced the Checkpoint mechanism

When losing in a level, you can restart the game at the beginning of that level,
With the points you had in the beginning.
Keyboard shortcut for restarting at the checkpoint is Enter.

You can still restart the game entirely after losing.
The new keyboard shortcut for restarting the game entirely is Backspace.

Version 0.0.1

11 Aug 12:46
Compare
Choose a tag to compare
v0.0.1

Merge branch 'master' of https://github.com/gioragutt/unity-kapara-game