An open API service indexing awesome lists of open source software.

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! 🚀

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

![Image](https://github.com/user-attachments/assets/1d1889e8-6e62-47da-8b50-75bec8d2b6dc)

## 🔹 How to Run Locally

1. Clone the repository:
```sh
git clone https://github.com/XaXtric7/Rochambeau-html-css-js.git
```