WraitheDX / realms_shattered

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

Dev menu #26

Open WraitheDX opened 4 years ago

WraitheDX commented 4 years ago

GameState::game_state_dev_menu() should list convenient dev functions that allow for things like: switching to specific game states, setting player/game values, initiating events/battles with npc/enemies, etc. Should mark the player save file with a 'dev_used' flag or something similar.