Pre-Alpha v0.0.3
Pre-release
Pre-release
- Incorporated the RNG system from the random library rather than using the stuff raylib has. I did this because it allow the usage of random floating point numbers and more freedom of what could be done.
- Added sound effects to the game through the implementation of the Audio Loader.
- Implemented the Guard action command.
- Drawn a custom font for the game.
- Implemented the Life Hud that displays the player's health.
- Performed some refactoring and changes to the games structure.
Full Changelog: pre-alpha-v0.0.2...pre-alpha-v0.0.3
By the way, you have to run the game from the command line with the argument: --debug_scene. This will not become necessary soon enough.