Upgraded build system, tested Atari 8-bit support
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user