100-days-of-code/projects/Day 20
2021-08-17 21:16:04 -04:00
..
main.py Made an epic showcase website and API! 2021-08-17 21:16:04 -04:00
README.md Made an epic showcase website and API! 2021-08-17 21:16:04 -04:00
snake.py Made an epic showcase website and API! 2021-08-17 21:16:04 -04:00

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