JonathanJTang / snake-Python

A simple game programmed using Python
0 stars 1 forks source link

Button Detection Potential Problem #14

Open josephhtang opened 6 years ago

josephhtang commented 6 years ago

Currently button detection is based on mouse position on the turtle canvas. However, when I enlarged the window/screen, the game board no longer stays at the upper left corner and the button gets clicked when the mouse isn't on it. (See picture).

Is there a way to make the screen size unchangeable?

image