A game where a number from 1-100 is generated and you have to guess it. The program tells you if you need to go higher of lower. The catch is you have limited guesses.
Download the .py here: Guess My Number
In this game the program generates a code. The code consists of three colors: red, green, blue and yellow. Such a code might look like this: Red Red Blue, or maybe like Yellow, Green, Red. The goal of the user, or guesser is to crack the code in as few tries as possible. You might get lucky and get it first try, but if you don't there is no need to worry. Part of the game is that hints are given, it tells you how many of the colours you guesses are in the code but not the right order or spot, and it also tells you how many are the right color in the right order or spot.
Download the .py here: Mastermind
You start out with 100 tokens. Each turn you decide of you want to spin or leave. If you leave all the tokenn you have at that moment are your score, the higher the better. If you choose to spin, three wheels are spun at the same time and the results are then show to you. Each wheel can have a number from one to three, of three of them are the same you get some tokens.
Download the .py here: Slot Machine
The classic game of Tic Tac Toe, play against yourself or a friend.
Download the .py here: Tic Tac Toe