gudarzi / QtSnake

Simple educational python Snake game created with PySide6 and Qt framework
Apache License 2.0
5 stars 9 forks source link

Write a better collision detection for snake and food #3

Closed gudarzi closed 3 months ago

gudarzi commented 6 months ago

Write a better collision detection for snake and food. Current method is not so accurate!

syskey4603 commented 3 months ago

I have attempted to solve it and sent a pull request