Skip to content

BradyFisher/Python-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Projects

Here is a collection of some of my Python Projects.

Guessing Game:
In this Project I created a game where a random number between 0 and 99 is selected. Then players will take turns guessing the number. It can be played with Computer vs Computer, Human vs Computer, or Human vs Human. In the game modes with the computer, the computer will randomly guesses a number between the high and low limits found by previous guesses.

Rock Paper Scissors Game:
In this Project I created a game where you play rock paper scissors against the computer. Where the computer randomly selects what to throw.

TicTacToe Game:
In this Project I created a game where you play Tic Tac Toe against the computer. Where the computer randomly places in an open space.

Hangman Game:
In this Project I created a game where a random word is selected from a List of 2020 Minnesota Twins player's Last names. You are given the number of incorrect guesses equal to the length of the randomly selected word.