Console Text RPG v0.2.2-alpha — Voices & Echoes
🚀 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:
SoundManagerintegrated 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.cppmodule for architectural purity. - We got rid of obsolete system calls in favor of cleaner code.