Skip to content

Pre-Alpha v0.0.3

Pre-release
Pre-release

Choose a tag to compare

@ProarchwasTaken ProarchwasTaken released this 05 Jul 16:51
  • 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.