/Rock-Paper-Scissors-Lizard-Spock

The classic game of Rock-Paper-Scissors, with a twist for humans. πŸ—Ώ πŸ“ βœ‚οΈ 🦎 πŸ––

Primary LanguagePythonMIT LicenseMIT

Rock-Paper-Scissors-Lizard-Spock πŸ—Ώ πŸ“ βœ‚οΈ 🦎 πŸ––

The classic game of Rock-Paper-Scissors, with a twist for humans.

Versions πŸ—½

Description 🀘

Rock–paper–scissors (also known as scissors-paper-rock or other variants) is a hand game usually played between two people, in which each player simultaneously forms one of three shapes with an outstretched hand. These shapes are "rock" (a closed fist), "paper" (a flat hand), and "scissors" (a fist with the index finger and middle finger extended, forming a V). "Scissors" is identical to the two-fingered V sign (aka "victory" or "peace sign") except that it is pointed horizontally instead of being held upright in the air. A simultaneous, zero-sum game, it has only two possible outcomes: a draw, or a win for one player and a loss for the other.

Rules πŸ“–

  • Scissors cuts Paper
  • Paper covers Rock
  • Rock crushes Lizard
  • Lizard poisons Spock
  • Spock smashes Scissors
  • Scissors decapitates Lizard
  • Lizard eats Paper
  • Paper disproves Spock
  • Spock vaporizes Rock
  • (and as it always has) Rock crushes Scissors

File Organization πŸ—„οΈ

β”œβ”€β”€ Rock-Paper-Scissors-Lizard-Spock Parent (Current Directory)
    β”œβ”€β”€ Rock-Paper-Scissors-Lizard-Spock_V1/
        β”œβ”€β”€ RPS_emo/ : Emoji Directory 
            β”œβ”€β”€ 0.png
            .
            .
            └── 12.png
        β”œβ”€β”€ RPS_data/ : Data Folder
            β”œβ”€β”€ 0/
            β”œβ”€β”€ 1/
            .
            .
            .
            └──11/
        β”œβ”€β”€ RPS_logs/ : Tensorboard Directory
        β”œβ”€β”€ RPS_App.py : Emojigram Application
        β”œβ”€β”€ CreateCSV.py : Data Loader
        β”œβ”€β”€ RPS_Model.py : Emojigram Model Trainer
        β”œβ”€β”€ requirements.txt
        └── readme.md
    β”œβ”€β”€ Rock-Paper-Scissors-Lizard-Spock_V2/
        └── TBA
    β”œβ”€β”€ LICENSE
    └── readme.md
        

Results πŸ“Š