Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 381 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 381 Bytes

Day 20 - Build the Snake Game Part 1: Animation & Coordinates

Concepts Practised

  • Screen Setup and Creating a Snake Body
  • Animating the Snake Segments on Screen
  • Create a Snake Class & Move to OOP
  • How to Control the Snake with a Keypress

Snake Game Part 1

day20