Commit Graph

4 Commits

Author SHA1 Message Date
Louis Cooper 094962996f reduced magick numbers, changed screen update naming convenction. 2023-07-23 19:43:48 -04:00
Louis Cooper d193355daf Created / clarified more comments 2023-07-23 19:04:41 -04:00
Louis Cooper 432d4bf74c Created a skeumorphic TV project. Utilized conditional statements to enable a psuedo button press.
Utilized severl functions for creation of TV and background.

This project was extremely interesting. I was thinking of ideas in my mind and I find skeumorphic design interesting. I thought of utilzing a button press to change the
channels on the TV. If I have time I may actually draw the channel screens, for now they are just colors. Since turtle has no "button" features, I utilized conditional statements
that tracked where the mouse was being clicked. I first thought about using the distance formula of a circle but that seemed like too much.

I would love to eventually use the superturle library to animate my tv channels, however I was having issues getting it working. I realize my code could probably be heavily refactored for efficiencies.
2023-07-23 16:30:04 -04:00
lcooper 791b1d1417 Initial commit 2023-07-22 20:48:27 +00:00