This project implements a simple Rock Paper Scissors game using HTML CSS and JavaScript. It allows the user to play against the computer.
https://agharsh2653.github.io/javascript-Game/
<img src="<a href=" https:="" ibb.co="" 6s7qqmx"="">
" alt="project-screenshot" width=400 height=250/>
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.
1. Open index.html in your web browser.
Technologies used in the project:
- HTML
- CSS
- Javascript
