Day 20-21 Project Details
- Category: Game Development
- Project Code: GitHub Link
Snake
How long can you survive in Snake?! This game includes a snake made from a series of objects inherited from the Turtle class and library. Arrows move the head around and the each segment follows the segment in front of it. Food randomly appears, growing the snake for each piece eaten. The game continues until the snake's head collides with itself or a wall. This project features three levels of difficulty and highscores associated with each that are saved between games in a text file.