Files
snake-rs/docs/CHANGELOG.md
T
Uttarayan Mondal 8bc7770bf3 Snake doesn't clear the board every run
also changed all i32 to u32
2021-01-25 02:48:54 +05:30

5 lines
152 B
Markdown

- 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