๐ Devlog 2 โ Snake Game Progress
This week I improved my Snake game made with Python and Pygame. I focused on fixing bugs and making the gameplay smoother.
๐ง What I worked on:
.Adjusted the game speed because it was too fast at first
.Fixed movement and collision issues
.Improved how the snake grows when it eats food
.Cleaned up parts of the code to make it easier to understand
๐ฎ What works now:
.Snake moves smoothly in all directions
.Food spawns correctly
.Score increases when food is eaten
.Game runs without crashing
โ ๏ธ Problems I faced:
.The game speed felt uncontrollable at first
.Some collision detection bugs made the snake die randomly
๐ Next steps:
.Add a game over screen
.Add increasing difficulty over time
.Possibly add sound effects or a restart button
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.