Recreating the infamous snake game on Python using Turtle Graphics
Used Claude.AI to debug two errors I was unable to understand and helped me write the readme file
Recreating the infamous snake game on Python using Turtle Graphics
Used Claude.AI to debug two errors I was unable to understand and helped me write the readme file
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.
Log in to leave a comment
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.
Log in to leave a comment