jajodiaraghav / Snake

A simple game built using Python Pygame Library
20 stars 26 forks source link

Refactoring certain parts of main.py #55

Open CaptainDaVinci opened 6 years ago

CaptainDaVinci commented 6 years ago

The "game loop" is currently implemented recursively when user continues the game, iterative implementation would be better. There are some errors being shown when we quit the game.