This is a Rock-Paper-Scissors game created as part of The Odin Project curriculum which is also my very first fully functional JavaScript game! The game allows users to play against the computer in a classic Rock-Paper-Scissors match.
You can play the game here.
- Responsive design
- Interactive UI with animated buttons
- Displays current score and messages
- Modal for game messages and restart button
- HTML
- CSS
- Vanilla JavaScript
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/khantzawphyo/odin_rps.git
- Navigate to the project directory:
cd odin_rps
- Open
index.html
in your preferred web browser.
Contributions are welcome! Please fork the repository and create a pull request with your changes.
- The Odin Project for the curriculum and guidance.
- Inspiration from various Rock-Paper-Scissors games found online.