Skip to content

v0.2-alpha

Latest
Compare
Choose a tag to compare
@hvlds hvlds released this 03 Jan 14:30
· 108 commits to master since this release

This release solved some usability problems (exit the game and play on fullscreen), create packaging for easier installation (snap and deb)
and migrate to better practices (reading config from file and using glm instead of self defined classes).

Features:

  • Sort the name of the players in the Game Over screen depending on the number of points
  • Make the terminal output less verbose when the build type is release
  • Read the configuration of the players from a json file
  • Generate a snap package (.snap) with snapcraft
  • End the game when pressing Escape in the Menu
  • Full Screen support
  • Generate a debian package (.deb) with cmake
  • Migrate from the self built classes Point and Vector to GLM