Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 458 Bytes

Day20.md

File metadata and controls

11 lines (9 loc) · 458 Bytes

What I learned today:

  • Inheritance: how one modules can be used in another as a super() class
  • more on detecting touches on turtle graphics
  • different slicing methods
  • logic building and problem solving

Projects I did today:

  • Completed the Snake game that was due from yesterday. Added score and all the conditioning random places for food, wall limits, collision with tails, etc.

 
and more..