Temporary drawing of the game board

This commit is contained in:
hkz 2025-07-17 21:21:23 +02:00
commit 8fb45612a8
2 changed files with 26 additions and 11 deletions

View file

@ -33,7 +33,9 @@ __task int main(void) {
while(1){ // Outer loop
reset_game();
draw_game_background();
draw_tiles();
while(1) { // Game loop
lfsr_update();