Games we will program:
Lottery
Dice Game
Guess My Number
v1
v2: logarithmic guessing
Mental Math Game
Type Master
Rock Paper Scissors
Guess My Card
Blackjack
Coding concepts:
random.randint()
while loops
isTrue:
while hasWon == False
counter:
x = 5
while x > 0:
x = x - 1
count = count + 1
time
modulo
tricks and tips
functions
return and no return