Milestone 2! Polished code, add settings menu

This commit is contained in:
Aidan Haas
2023-01-05 12:04:51 -05:00
committed by GitHub
parent b737ac8375
commit 6ce73ab765
4 changed files with 89 additions and 33 deletions
+2
View File
@@ -14,6 +14,8 @@
#define NUM_MISC 3
#define SUCCESS 1
#define FAILURE 0
#define WORDS_FILEPATH "words.txt"
#define STATS_FILEPATH "stats"
char TIMED_MODES_STRING[5][MAX_STRING] = { "5s", "10s", "25s", "30s", "60s" };
int TIMED_MODES[5] = {5, 10, 25, 30, 60};