Releases: programad/ceros-ski
Releases · programad/ceros-ski
v1.8.1
1.8.1 (2020-08-30)
Bug Fixes
- highscore: message changed (db02601)
v1.8.0
1.8.0 (2020-08-30)
Features
- highscores: highscores control (ade112a)
v1.7.0
1.7.0 (2020-08-30)
Features
v1.6.0
1.6.0 (2020-08-29)
Features
- gameplay: speed increases over score (5b5e68f)
v1.5.0
1.5.0 (2020-08-29)
Features
- devops: continuous integration to azure (9d6eb19)
v1.4.0
1.4.0 (2020-08-29)
Bug Fixes
- rhino: movement improved. (b972012)
Features
- rhino: the rhino was scaled up to look more scary (a2eb3d8)
- ui manager: frames persecond and score (9733b6a)
v1.3.0
1.3.0 (2020-08-29)
Bug Fixes
- object manager: failsafe code (dec7c52)
Features
- game: pause and restart mechanisms (990bcc2)
- gameover: game over text (164fd11)
- jumping: speed factor for jumps (5c92a2d)
v1.2.0
1.2.0 (2020-08-28)
Features
- rhino: rhino chasing the player. (69352cb)
- character abstraction: set common character behaviour between skier and rhino
- architecture preparing some basics for future game pause and scoring implementations
Testing
- unit tests: several classes received unit tests
v1.1.0
1.1.0 (2020-08-28)
Features
- jumping: the skier can now jump (d3d2ff3)
- flips: when hitting a ramp, the skier will do a backflip or frontflip
Testing
- unit test: tests for AnimationController
- unit test: one test for GameManager
Documentation
- documentation: implementations added to the readme.md file
v1.0.1
1.0.1 (2020-08-27)
Bug Fixes
- gameplay: game crash when recovering from player hitting object; (13f1452)
Testing
- unit test: basic unit tests for the player controls added