8 lines
318 B
Markdown
8 lines
318 B
Markdown
# Day 20 - Build the Snake Game Part 1: Animation & Coordinates
|
|
|
|
- Made a controllable snake, and will complete the full snake game on Day 21.
|
|
- Abstracted snake logic into a Snake class.
|
|
|
|
## Snake
|
|
|
|

|