Skip to content

Instantly share code, notes, and snippets.

@prodeveloper
Last active March 23, 2017 09:08
Show Gist options
  • Save prodeveloper/e1a8461c7c44a53dedc05f27bd3b64d3 to your computer and use it in GitHub Desktop.
Save prodeveloper/e1a8461c7c44a53dedc05f27bd3b64d3 to your computer and use it in GitHub Desktop.
Simple guessing game python

As we end this semester, we will do so with building a small game.

The point of the game is to guess the number that the machine has. You will get feedback in terms of clues on how you are doing, either good or bad.

The requirements are:

    As a gamer I want the script to generate a random number between 1 and 100 which I don't know

    As a gamer I want the script to ask me for my own guess of the number, if am wrong, then I should be given a clue as to weather my guess is too high or too low.

    As a gamer I want to only have a maximum of 10 guesses

##Sample images

Game begin Game play

##Where to get more practise assignments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment