Week 4 Mini Project #2

Watch the Video 4-4 Guess the Number

Read through project guidelines and rubric.

Project 2: Guess the Number Game

1) Part 1 Create a "Guess the Number" game, where the computer has a random number between 0 and 100 (not including 100), and the player inputs different guesses. The computer will tell you if the correct number is "higher" or "lower" than the user guess. Once the game is over, the game restarts.

Template: http://www.codeskulptor.org/#user2-KFLwzAEzayVQ0Jb-2.py

2) Part 2 To your "Guess the Number" game, add a countdown variable that decreases the number of remaining guesses to 0. Once it hits 0 (or if the number is guessed), the game is over, and the game restarts.

Template: http://www.codeskulptor.org/#user2-71Qcz5s0wJsUewj-0.py

3) Part 3 Now, give the option to expand the range of the game from 0 to 1000 (not including 1000).

Template: http://www.codeskulptor.org/#user2-VpkY6NJYKT86qJB-0.py