Skip to content

XmasCarola/Rock-Paper-Scissors-Lizard-Spock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

🖖 Rock Paper Scissors Lizard Spock

Piece of code written in C++ to practice its basic concepts. It is my personal solution to a challenge designed by Codecademy that requires techies to craft a game based on 'Rock-Paper-Scissors-Lizard-Spock', enabling users to compete against a computer player.

There is a peculiar approach when it comes to determine the winner, in the sense that I make use of a clear common pattern resulting from an ordered array of items. In this way, I don't have to rely on a long list of conditionals.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages