Upgraded build system, tested Atari 8-bit support

This commit is contained in:
Luxferre
2026-01-06 15:51:54 +02:00
parent d32bf474ac
commit 1f0c6fbe27
3 changed files with 29 additions and 18 deletions
+1 -1
View File
@@ -327,7 +327,7 @@ int main() {
srand(time(NULL));
#endif
while(1) {
print_msg("===============\nScoundrel--2026\n by Luxferre\n===============\n Good luck!");
print_msg("\n===============\nScoundrel--2026\n by Luxferre\n===============\n Good luck!");
score = game();
if(score > 0) {
printf("You win! Your score: %d\n", score);