Snake doesn't clear the board every run

also changed all i32 to u32
This commit is contained in:
Uttarayan Mondal
2021-01-25 02:48:54 +05:30
parent eeaa8a2675
commit 8bc7770bf3
7 changed files with 90 additions and 53 deletions
+4
View File
@@ -0,0 +1,4 @@
- v0.2.1
- > Change all the i32 variables to u32.
- > Changed the snake logic a bit so that the snake doesn't clear the whole board for every draw