semi-working snake game

This commit is contained in:
2025-09-19 13:08:16 -06:00
parent 2012e68995
commit d00e644100
14 changed files with 252 additions and 40 deletions

View File

@@ -59,6 +59,6 @@ pub async fn display_handler(mut display: DISPLAY) {
}
}
Timer::after_millis(32).await; // 30 fps
Timer::after_millis(10).await;
}
}