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

Snake death #28

Closed Vicfs closed 4 years ago

Vicfs commented 4 years ago

PR intended to fix #22

I tried an event driven approach to fix this issue. You may change the value of DEATH_WAIT_TIME in order to tweak the delay.

douglascdev commented 4 years ago

Well done, thank you for contributing!