100-days-of-code/projects/Day 20/README.md
2021-08-18 00:11:50 -04:00

12 lines
423 B
Markdown

---
custom_edit_url: https://github.com/rzmk/100-days-of-code/edit/main/projects/Day%2020/README.md
---
# 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
![Day_20_Snake](https://user-images.githubusercontent.com/30333942/129074881-fff5a265-a4a7-445c-93bc-fc6553c50166.gif)