Inspiration
I wanted to cleanup and refine on this snake game that I started working on months ago.
What it does
The goal is to get the snake to eat the apples as they appear. As each apple is eaten, the snake grows in length. The game ends when the snake collides into either another obstacle or itself.
How we built it
It was coded in Python using the turtle module.
Challenges we ran into
I had to edit the code so that the on click handler responded properly.
Accomplishments that we're proud of
The animation runs smoothly.
What we learned
I learned how to create event handlers using turtle.
What's next for Snake
Consider using Pygame
Log in or sign up for Devpost to join the conversation.