full implementation!

bug: level generation will generate nullptrs
This commit is contained in:
2024-07-15 00:09:14 -04:00
parent c3b974c83c
commit 6768d73d16
13 changed files with 407 additions and 46 deletions

View File

@ -20,7 +20,7 @@ struct long_result {
};
enum game_status : int {terminated, main_menu, in_game, options,
dead, won, escaped, restart, skip_turn
dead, won, escaped, restart
};
enum game_command : int {game_command_terminate = 0,