An open API service indexing awesome lists of open source software.

https://github.com/meeksonjr/rps-mini-game

Rock, Paper, Scissors mini game
https://github.com/meeksonjr/rps-mini-game

Last synced: 11 months ago
JSON representation

Rock, Paper, Scissors mini game

Awesome Lists containing this project

README

          

Rock, Paper, Scissors Game

This is a simple web-based Rock, Paper, Scissors game built with HTML, CSS, and JavaScript. You can play against the computer and keep track of your score.

How to Play:

Open the index.html file in your web browser.

Click on one of the three buttons: Rock, Paper, or Scissors.

The computer will randomly choose its move.
The result will be displayed, and the score will be updated.

Technologies Used:

HTML: The structure of the game.

CSS: Styles to make the game visually appealing.

JavaScript: Implements the game logic and interaction.

Please enjoy the game and if you have any feedbacks, please let me know as I am open for suggestions.