diff options
| author | krolyxon <krolyxon@tutanota.com> | 2023-08-31 18:44:41 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2023-08-31 18:44:41 +0530 |
| commit | 5089ce0cde7f9fe5f2c6d6adf4bdd51c8e131188 (patch) | |
| tree | 8c3bd614f318a724f24d44fd89c46e0970a6ef4a /src/main.c | |
| parent | 9f5aaecd886e5675c5ff4175d17ab69e232062b7 (diff) | |
add winner.txt
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -122,6 +122,7 @@ enum Difficulty get_difficulty() { void level_up() { if (level == 10) { + print_ascii("./assets/winner.txt"); printf("Congratulations!! You WON the game"); exit(1); } |
