WraitheDX / realms_shattered

This is a CLI (command line interface) text RPG programmed in C++.
11 stars 6 forks source link

Add UserInput::settings_menu() #65

Closed WraitheDX closed 4 years ago

WraitheDX commented 4 years ago

This game state should display and allow selection of: Change language Set print dimensions

Back Quit

Game should be trapped in a loop here until the player chooses quit or back.

WraitheDX commented 4 years ago

Tackling this issue now. This issue has been resolved.