Skip to content

Console Text RPG v0.2.2-alpha — Voices & Echoes

Choose a tag to compare

@Ynichik Ynichik released this 22 Jul 16:50
· 5 commits to master since this release
89242e0

🚀 v0.2.2-alpha "Voices & Echoes"

This is almost the final iteration before the full release! In this update, the game literally "spoke", and also received a large portion of technical polish.

🎵 New features:

  • SFML audio system: SoundManager integrated for cross-platform and stable sound playback.
  • Easter egg voiceover: Secret names and entered nicknames are now accompanied by unique voice lines!

🛠 Fixes and refactorings:

  • Fixed the problem with skipping the name entry due to the correct clearing of the buffer via std::cin.ignore().
  • Correct program termination and menu exit function have been configured.
  • Moved the logic of the victory cup to a separate game_state.cpp module for architectural purity.
  • We got rid of obsolete system calls in favor of cleaner code.