snake-game banner

snake-game

2 devlogs
2h 25m 27s

Recreating the infamous snake game on Python using Turtle Graphics

This project uses AI

Used Claude.AI to debug two errors I was unable to understand and helped me write the readme file

Demo Repository

Loading README...

Lemong

Finished the snake game
Added game-over sequences, such as collision with the wall and collision with the tail
as well as a score system that includes an increase in size after eating orbs.

0
Lemong

Worked on the Snake class and screen setup,
managed to set up basic controls for the game. The snake is controllable by both UP, RIGHT, DOWN, LEFT, as well as WASD

Set up a snake class system that is highly customisable. Initially, the value is left at 3 for the number of segments the game starts with; however, it is easily changeable.
In the next hour or so, I’m gonna set up the food system, game over systems as well as the scoreboard.

0