Hello! This is my first Python project from self-learning.
I followed the tutorial by TokyoEdtech step by step.
Thank you for the great teaching ๐
- Use W A S D to move the snake
- Eat the red food to grow
- Avoid hitting the wall and your own body
- Python 3.x
- turtle (built-in)
python snake_game.py