Skip to content

Latest commit

 

History

History

day20

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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