abongsjoel / rock-paper-scissors

In this project, I used plain HTML, CSS and JavaScript to build a simple rock, paper, scissors game.

Home Page:https://abongsjoel.github.io/rock-paper-scissors/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rock, Papper, Scissors Game

In this project I built a simple rock, paper, scissors game

screenshot

In this project, I used plain HTML, CSS and JavaScript to build a simple rock, paper, scissors game.

When you start the game, you are shown a screen with three buttons labelled, rock, paper, and scissors. Clicking on anyone of them is like rolling a dice and you are playing against the computer (a random function). A win is 3 points for you and zero point for the computer; a tie is a point each; and a loss is 0 points for you and 3 points for the computer. The first person to reach 5 points wins.

Live Demo

Built With

  • HTML
  • CSS
  • JavaScript

Author

👤 Chi A. Joel

Acknowledgments

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!

License

This project is MIT licensed.

About

In this project, I used plain HTML, CSS and JavaScript to build a simple rock, paper, scissors game.

https://abongsjoel.github.io/rock-paper-scissors/

License:MIT License


Languages

Language:HTML 50.2%Language:JavaScript 45.3%Language:CSS 4.5%