https://github.com/headlessnode/rps-showdown
RPS Showdown is a simple web-based Rock-Paper-Scissors game where players can compete against the computer in rounds of this classic hand game. The objective is to reach a score of 5 points first to win the game. The game is built using HTML, CSS, and JavaScript and incorporates Font Awesome icons for an enhanced user interface.
https://github.com/headlessnode/rps-showdown
Last synced: 10 days ago
JSON representation
RPS Showdown is a simple web-based Rock-Paper-Scissors game where players can compete against the computer in rounds of this classic hand game. The objective is to reach a score of 5 points first to win the game. The game is built using HTML, CSS, and JavaScript and incorporates Font Awesome icons for an enhanced user interface.
- Host: GitHub
- URL: https://github.com/headlessnode/rps-showdown
- Owner: headlessNode
- License: mit
- Created: 2023-06-30T12:17:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-06T16:33:47.000Z (over 2 years ago)
- Last Synced: 2025-01-19T16:48:46.671Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RPS Showdown - Rock-Paper-Scissors Game
## Introduction
RPS Showdown is a simple web-based Rock-Paper-Scissors game where players can compete against the computer in rounds of this classic hand game. The objective is to reach a score of 5 points first to win the game. The game is built using HTML, CSS, and JavaScript and incorporates Font Awesome icons for an enhanced user interface.
## Features
- Play Rock-Paper-Scissors against the computer.
- Track the scores for the player and the computer in real-time.
- Display the result of each round with appropriate hand gestures (rock, paper, or scissors).
- End the game when either the player or the computer reaches a score of 5.
- Allow players to start a new game after the current game ends.
## How to Play
1. Access the game on your web browser by visiting [https://headlessnode.github.io/RPS-Showdown/](https://headlessnode.github.io/RPS-Showdown/).
2. Choose your weapon by clicking one of the three buttons: Rock, Paper, or Scissors.
3. The computer will randomly select its weapon.
4. The result of the round will be displayed, indicating whether you won, lost, or tied with the computer.
5. The scores for the player and computer will be updated accordingly.
6. The game will continue until either the player or the computer reaches a score of 5.
7. Once the game ends, click play again button to start a new game.
## Technologies Used
- HTML
- CSS
- JavaScript
- Font Awesome (for icons)
## License
This project is licensed under the [MIT License](LICENSE).
## Contributing
Contributions to this project are welcome. If you find any issues or want to add new features, feel free to create a pull request.
## Author
- Muhammad Haris aka headlessNode
- GitHub: [headlessNode](https://github.com/headlessNode)
## Acknowledgments
- The Odin Project for providing guidance and inspiration for this project.
- Font Awesome for providing the beautiful icons used in the game.
Thank you for checking out RPS Showdown! Have fun playing!