Skip to content

Releases: programad/ceros-ski

v1.8.1

30 Aug 20:20
Compare
Choose a tag to compare

1.8.1 (2020-08-30)

Bug Fixes

  • highscore: message changed (db02601)

v1.8.0

30 Aug 20:13
Compare
Choose a tag to compare

1.8.0 (2020-08-30)

Features

  • highscores: highscores control (ade112a)

v1.7.0

30 Aug 01:36
Compare
Choose a tag to compare

1.7.0 (2020-08-30)

Features

  • rhino: rhino celebrating (e2c3be1)

v1.6.0

29 Aug 23:32
Compare
Choose a tag to compare

1.6.0 (2020-08-29)

Features

  • gameplay: speed increases over score (5b5e68f)

v1.5.0

29 Aug 22:29
9d6eb19
Compare
Choose a tag to compare

1.5.0 (2020-08-29)

Features

  • devops: continuous integration to azure (9d6eb19)

v1.4.0

29 Aug 21:39
Compare
Choose a tag to compare

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

29 Aug 02:14
Compare
Choose a tag to compare

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

28 Aug 23:59
Compare
Choose a tag to compare

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

28 Aug 02:33
Compare
Choose a tag to compare

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

27 Aug 19:29
Compare
Choose a tag to compare

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