douglascdev / snake

A snake game made with Python3 and Pygame!
https://www.pygame.org/project/5080
Apache License 2.0
4 stars 5 forks source link

Improve performance for snake's movement #6

Closed douglascdev closed 4 years ago

douglascdev commented 4 years ago

Movement on the step function is currently done in a very inefficient way, moving every block by one position.