Go to file
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
.commit_template Initial commit 2023-07-22 20:48:27 +00:00
drawing.py Created a skeumorphic TV project. Utilized conditional statements to enable a psuedo button press. 2023-07-23 16:30:04 -04:00
poetry.lock Initial commit 2023-07-22 20:48:27 +00:00
pyproject.toml Initial commit 2023-07-22 20:48:27 +00:00