Skip to content

hamjahb/rock-paper-scisors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

rock-paper-scisors

About

a python project to play rock-paper-scisors. The game is played with a human player against a computer opponenet. Each game has three rounds at the end of each game both player and oponent carry over thier accumulated points for another three round game.

Computer Opponents

the game has four different computer players that play differently:

  • Perma Rock: will only play rock.
  • CopyCat: will play the oponents last move.
  • Cycler: will scycle through the possible playable options.
  • Random: will randomly pick a play.

to change players open the the code file in an editor and change the players in the bottom of the code file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages