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

https://github.com/agharsh53/javascript-game

Rock Paper Scissor Game using javaScript
https://github.com/agharsh53/javascript-game

Last synced: about 1 year ago
JSON representation

Rock Paper Scissor Game using javaScript

Awesome Lists containing this project

README

          

Rock Paper Scissors Game

Screenshot-87" alt="project-image"/>

This project implements a simple Rock Paper Scissors game using HTML CSS and JavaScript. It allows the user to play against the computer.

🚀 Demo

[https://agharsh2653.github.io/javascript-Game/](https://agharsh2653.github.io/javascript-Game/)

Project Screenshots:

Screenshot-87

" alt="project-screenshot" width=400 height=250/>



🧐 Features

Here're some of the project's best features:

* index.html: Contains the structure of the game including choices scoreboard and message display
* style.css: Defines the visual appearance and layout of the game elements.
* app.js: Implements the game logic using JavaScript including user interactions and determining the winner.

🛠️ Installation Steps:

1. Open index.html in your web browser.



💻 Built with

Technologies used in the project:

* HTML
* CSS
* Javascript