mirror of
https://codeberg.org/hkzlab/TK2048.git
synced 2026-01-09 02:53:04 +11:00
Temporary drawing of the game board
This commit is contained in:
parent
8c48dfa6cd
commit
8fb45612a8
2 changed files with 26 additions and 11 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue