🟠🐍
The Snake videogame
Developer: https://github.com/emiliomorles
✅ I learned:
🟢 how to create the snake game ✔️
🟢 how to move the snake ✔️
🟢 how to control the snake ✔️
🟢 how to detect collision with food ✔️
🟢 how to detect collision with the wall ✔️
🟢 how to detect collision with itself ✔️
🟢 how to use the Time Module ✔️
🟢 how to use Screen.tracer in Turtle Module ✔️
🟢 Inheritance in a Class ✔️
🟢 Slicing a List or a Tuple ✔️
🟢 how to store high_score in my local machine ✔️
🟢 how to change a turtle with a image.gif ✔️
self.screen.register_shape("bitcoin.gif")
self.shape("bitcoin.gif")