https://github.com/xaxtric7/rochambeau-html-css-js
This is my first project using HTML, CSS, and JavaScript! 🎉 I created a simple Rock Paper Scissors game where players can compete against the computer. The game features a clean UI, score tracking, and interactive gameplay. Excited to keep learning and improving! 🚀
https://github.com/xaxtric7/rochambeau-html-css-js
html5-css3 javascript
Last synced: 4 months ago
JSON representation
This is my first project using HTML, CSS, and JavaScript! 🎉 I created a simple Rock Paper Scissors game where players can compete against the computer. The game features a clean UI, score tracking, and interactive gameplay. Excited to keep learning and improving! 🚀
- Host: GitHub
- URL: https://github.com/xaxtric7/rochambeau-html-css-js
- Owner: XaXtric7
- License: mit
- Created: 2025-01-31T18:17:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-31T18:50:06.000Z (about 1 year ago)
- Last Synced: 2025-01-31T19:24:59.258Z (about 1 year ago)
- Topics: html5-css3, javascript
- Language: JavaScript
- Homepage:
- Size: 134 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rock Paper Scissors Game 🎮
This is my first project using **HTML, CSS, and JavaScript**! 🚀
I created a simple **Rock Paper Scissors** game where you can play against the computer.
## 🔹 Features
- Interactive UI with animations ✨
- Score tracking for player and computer 📊
- Reset button to restart the game 🔄
- Responsive design for different screen sizes 📱
## 🔹 How to Play
1. Click on **Rock**, **Paper**, or **Scissors**.
2. The computer will randomly select its move.
3. The winner is decided based on the game rules.
4. The result and score will be displayed on the screen.
## 🔹 Technologies Used
- **HTML**: Structure of the game 🏗️
- **CSS**: Styling and animations 🎨
- **JavaScript**: Game logic and interactivity ⚡
## 🔹 In-game look

## 🔹 How to Run Locally
1. Clone the repository:
```sh
git clone https://github.com/XaXtric7/Rochambeau-html-css-js.git
```