I had to entertain myself somehow. I did it by making a snake game using Turtle
.
It's a simple game that I can play in offline or whenever I want to come back to the old
games.
- Clone this project
git clone git@github.com:biscuitdelicious/SnakeGame.git
- Run
main.py
. - Enjoy the game!
Only if I'm bored and want to see the kid from me.
- Excelled in GUI development, more specific on UX and UI.
- Gained deep insights into
Turtle
module for graphics. - Enhanced understanding of classes and inheritance in Python.