#100DaysOfPython - Dr Angala Yu
Steps of the project:
Day 20
- Create a snake body
- Move the snake
- Create the snake food (1. Dividing into packages snake.py and main.py )
Day 21
- Detect the collision with food
- Create a scoreboard
- Create a collisionwith wall
- Detect collision with tail
Day 24
- Adding High score to game
- Saving high score in a file