pranjaldhole / snake

Snake game written in python using pygame.
https://pranjaldhole.github.io/snake/
MIT License
1 stars 2 forks source link

Input argments for game.update() #1

Open pranjaldhole opened 7 years ago

pranjaldhole commented 7 years ago

In main.py, dt variable in game.update() is an unnecessary argument for class-based slither. We need to figure out the a consistent way of updating different games.