JonathanJTang / snake-Python

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

Welcome Screen w/ options #9

Open JonathanJTang opened 6 years ago

JonathanJTang commented 6 years ago

Can have discussions here about the welcome screen

josephhtang commented 6 years ago

Have you decided how we'll draw the caterpillar and apple graphics on the left of the welcome screen? The snake body images in the attached image is 45px by 45px, so normal 40px by 40px images probably work as well. When you open the program, is the caterpillar going to creep in from the top and stop just before reaching the apple? welcome-final product reference

josephhtang commented 6 years ago

Also, as to how to make the button darken in colour when the mouse hovers over it: we can clearstamp() the light-coloured button and stamp() the dark-coloured one every time the mouse goes within the bounds of the button, and vice versa when the mouse no longer hovers above the button.