moving repo

This commit is contained in:
2024-07-05 00:46:02 -04:00
parent 325a1d1350
commit 7aed073fa6
11 changed files with 95 additions and 31 deletions

View File

@ -30,6 +30,9 @@ enum game_command {game_command_terminate = 0,
game_command_pass, game_command_panic
};
// TODO: added a few colors for cursor
enum curse_color {};
enum stat_name {HP, ATK, DEF, hostile};
const int LAYER_CNT = 4; // TODO: update as you go