DEV Community

Discussion on: Getting Started With Pygame, Making a snake game

Collapse
 
blacksmithop profile image
Abhinav • Edited

Nice tutorial, I made a couple of changes to your logic such as update being called inside a while True loop where it only needs to be called once and streamlining the snake position update logic.
You can find it here: gitlab.com/blacksmithop/snek