Releases: hvlds/kurve
Releases · hvlds/kurve
v0.2-alpha
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
v0.1-alpha
This first release contains the minimal working functionality of Kurve.
You can play with up to 6 players. Every player has fixed keys to turn right and left.
This release contains the code for the final project of the class Multimedia at the TU Bergakademie Freiberg and was developed
by Simon Al Nomer and Hernán Valdés.