Become a Share Shark
This is a simple game I whipped up in an hour or so, but if you'd play it and give feedback that'd be really nice. I probably won't change anything in this game, but if you notice something I do wrong, please tell me so I can fix it in later projects.
Edit: I would normally use dicts for the variables, but I want to share this with beginner programmers, so I need the readability/simpleness
Voters
Not bad, a few suggestions though; DONT USE TERMCOLORED, add an end screen, and put the last day on the screen (like Day 5/12)
\033[38;2;255;0;0m
is red and\033[38;2;0;255;0m
is green, use\033[0m
to clear the color