Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 292 Bytes

File metadata and controls

11 lines (8 loc) · 292 Bytes

GamesInPython

  1. Number Guessing:

    • computer randomly chooses a number between 1 to 100
    • hints for the user to guess the number (too low or too high)
  2. Dice Rolling Sim:

    • user chooses the number of dices
    • program generates a random number for each dice
  3. Rock, Paper, Scissors