Welcome to the Rock-Paper-Scissors game, a simple and fun website where you can play the classic game against a computer! This project is designed to provide a delightful break in your day with a bit of nostalgic gameplay. All of the charming artwork you see in the game has been hand-drawn by me, bringing a personal touch to this digital experience.
Playing is easy! Visit my website, and you'll be presented with three options:
- Rock
- Paper
- Scissors
Click on the hand representing your choice, and the computer will move. The rules are straightforward:
- Rock crushes scissors.
- Scissors cuts paper.
- Paper covers rock.
If your choice beats the computer's, you win the round! (or you just got lucky)
- Hand-Drawn Artwork: Enjoy the unique artwork that gives this game its character.
- Scoreboard: Keep track of your wins and losses with an easy-to-read scoreboard.
- Responsive Design: Whether you're on desktop or mobile, the game is designed to fit your screen.
- HTML
- CSS
- JavaScript
Feel free to explore the code and see how the game operates under the hood.
To play the game, simply go to https://exploser.github.io/Rock-paper-scissors/
If you want to run a local version:
- Clone the repository to your local machine.
- Open
index.htmlin your web browser.
Contributions make the open-source community an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated and would make me very happy :).
If you have a suggestion to improve this, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement." Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Made as a part of my time with The Odin Project https://www.theodinproject.com
