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
- Host: GitHub
- URL: https://github.com/agharsh53/javascript-game
- Owner: agharsh53
- Created: 2024-07-19T16:56:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T18:26:49.000Z (almost 2 years ago)
- Last Synced: 2025-05-14T17:40:53.250Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://agharsh2653.github.io/javascript-Game/
- Size: 482 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rock Paper Scissors Game

" 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:


" 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