Intro
Point to mention that games are split into pages. four games per page.
Page 1
Game 1: Calculator
Yep. +,-,/,*.
Thats it.
Game 2: Area finder
Capable of Rectangle, Triangle, and Square area.
Game 3: Change finder
Finds change in american coins
Game 4: Square calculator
Squares and cubes
Page 2
Game 5: Sorting
Out of three numbers, the script will sort smallest to biggest.
Game 6: Guessing
Utilizing the random
and randrange
tools in python, the script will;
A: Generate a number 1-10 and ask the user to guess, printing an response until the guess is correct
B: allow the user 10 seconds to think of a number, then will guess. it will only guess once.
Game 7: Palindrome
This one just utilizes len
and str
to figure out if a word is the same forward and backward.
Game 8: Hourly pay
Page 3
Game 9: Jacket/Hat sizer
Uses basic math to figure out sizes. i cant remember the exact specifics, but it seems to work.
Game 10: Vowel finder
In a word, finds the vowels.
Bottom.
Thank you for reading. Im losing braincells, send help.