From 5089ce0cde7f9fe5f2c6d6adf4bdd51c8e131188 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Thu, 31 Aug 2023 18:44:41 +0530 Subject: add winner.txt --- src/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 5a20526..ce7c729 100644 --- a/src/main.c +++ b/src/main.c @@ -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); } -- cgit v1.2.3