Skip to content

A Python implementation of the classic Rock-Paper-Scissors game with the ability to add more options and turn it into Rock-Paper-Scissors-Lizard-Spock (or something even more complicated)

Notifications You must be signed in to change notification settings

alt-glitch/Rock-Paper-Scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROCK-PAPER-SCISSORS

This Python program allows you to play the classical Rock-Paper-Scissors game but has the ability to read from a save file and update your score.

As a twist, you can also add or specify your own list such as the one below and the program will automatically calculate which move takes precedence over which.

Allowed commands:

  • !rating - gives you the score
  • !exit - exits the program
  • custom comma separated moves - customises the game with these moves
  • your move

Here is an example of your conventional game:

And here is an example of a bit complicated Rock-Paper-Scissors-Lizard-Spock game:

About

A Python implementation of the classic Rock-Paper-Scissors game with the ability to add more options and turn it into Rock-Paper-Scissors-Lizard-Spock (or something even more complicated)

Topics

Resources

Stars

Watchers

Forks

Languages