Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subhendu-kumar/stone-paper-scissors
This repository contains a simple yet fun implementation of the classic Stone-Paper-Scissors game using HTML, CSS, and JavaScript. Challenge yourself in this timeless game of strategy and luck.
https://github.com/subhendu-kumar/stone-paper-scissors
Last synced: 20 days ago
JSON representation
This repository contains a simple yet fun implementation of the classic Stone-Paper-Scissors game using HTML, CSS, and JavaScript. Challenge yourself in this timeless game of strategy and luck.
- Host: GitHub
- URL: https://github.com/subhendu-kumar/stone-paper-scissors
- Owner: Subhendu-Kumar
- License: mit
- Created: 2024-03-04T11:56:16.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-04T12:21:27.000Z (10 months ago)
- Last Synced: 2024-03-05T13:07:14.811Z (10 months ago)
- Language: JavaScript
- Homepage: https://stone-paper-scissor-subh.netlify.app/
- Size: 205 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stone Paper Scissors Game
This is a simple implementation of the classic Rock-Paper-Scissors game using HTML, CSS, and JavaScript.
## How to Play
1. Open `index.html` in your web browser.
2. Click on one of the three options: Stone, Paper, or Scissors.
3. The computer will randomly select its choice.
4. The result will be displayed, indicating whether you won, lost, or it's a tie.
5. Click the "Play Again" button to start a new game.## Files
- `index.html`: Contains the structure and content of the game.
- `styles.css`: Contains the styling for the game elements.
- `script.js`: Contains the JavaScript code to handle game logic and interactions.## Features
- Random computer choice: The computer randomly selects its choice (Stone, Paper, or Scissors) after the player makes their choice.
- Score tracking: The game keeps track of the player's score.## Demo
You can play the game online [here](#) [https://stone-paper-scissor-subh.netlify.app/].
## Screenshots
## Credits
- Created by [Subhendu Kumar (subh)]
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.