Skip to content

tamsay/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rock-paper-scissors-lizard-spock game

Netlify Status

To play the game, select any of the five hand-shaped items on the main-page. The winner is judged based on what is chosen in the diagram below. You get a point for each win and a deduction of point for every loss

The game is an expansion on the game Rock, Paper, Scissors. Each player picks one of the five listed options on the page and the winner is decided based on some set of rules. In a tie, the process is repeated until a winner is found.

The winner gets a point for each win and a deduction for every loss.

The game is fully responsive on all screens and it was built using vanilla javascript, html and css.

Screenshots

Desktop

desktop

Mobile

mobile

Live Demo

Hosted Link

Author

Longe Temitope

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

Project inspired by Frontendmentors.io