Skip to content

The new Rock, Paper, Scissors, Lizard, Spock game used to learn C++.

Notifications You must be signed in to change notification settings

Magueija/rock_paper_scissors_lizard_spock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

This project was completed in January 2022 and it was used to learn C++.

Rock, Paper, Scissors, Lizard, Spock

You may have played Rock, Paper, Scissors, but have you played Rock, Paper, Scissors, Lizard, Spock? Now you can play it with the computer!

This is the infamous game brought to popularity with the TV show The Big Bang Theory. Check it out in this youtube video!

How to play

  • You just need to choose a weapon number and then the result is displayed.
  • Finally, have fun!
  • Insert "0" in "Shoot!" to end the game.

RPSLP Preview

Getting Started

Compile the file (you need to have gcc installed) and then execute the game. See the example below :

cd rock_paper_scissors_lizard_spock
g++ rock_paper_scissors_lizard_spock.cpp -o rpslp_game
./rpslp_game

Authors

About

The new Rock, Paper, Scissors, Lizard, Spock game used to learn C++.

Topics

Resources

Stars

Watchers

Forks

Languages