You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a JavaScript project that allows users to play the popular game of Stone Paper Scissors online. The project uses HTML, CSS, and JavaScript to create a responsive and interactive game interface that can be played on desktop and mobile devices.
6
+
7
+
## Features
8
+
9
+
The main features of the project include:
10
+
11
+
1. User-friendly interface with simple and intuitive game controls
12
+
13
+
2. Single-player mode that allows users to play against the computer with varying levels of difficulty
14
+
15
+
3. Real-time game feedback with scores and game status updates
16
+
17
+
This project provides a fun and engaging way for users to play Stone Paper Scissors online. It is easy to set up and can be customized to suit individual preferences. Feel free to clone this repository and contribute to the development of the project.
18
+
19
+
## How to play
20
+
21
+
To play the game, follow these steps:
22
+
23
+
1. Open the game page on your browser.
24
+
25
+
2. Choose your move (stone, paper, or scissors).
26
+
3. Wait for the opponent (or computer) to choose their move.
27
+
4.The winner is determined based on the game rules (stone beats scissors, paper beats stone, scissors beat paper).
28
+
4. The game continues until 5 moves.
29
+
30
+
## Contributing
31
+
32
+
We welcome contributions to this project. If you have any ideas or suggestions for new features, feel free to submit a pull request or create an issue.
These instructions will help you get your project up and running.
15
+
16
+
### Step 1: Get your Keys
17
+
18
+
go to [rapidapi.com](https://rapidapi.com/apininjas/api/weather-by-api-ninjas/) and sign up and copy key from given code snippets which would be(as of writing this now) on left side of page
19
+
20
+
### Step 2: Make configuration
21
+
22
+
make config.js file in /WheatherApp and add you api key in place of 'your_key_here' from given code snippet below
23
+
```javascript
24
+
var config = {
25
+
API_KEY:'your_key_here'
26
+
}
27
+
```
28
+
### Step 3: Run
29
+
now to go to index.html and run either by Live server(if you have extension) or copy path to index.html of /WheatherApp and paste in into your browser
Made using <astyle="text-decoration: none;" href="https://rapidapi.com/" target="_blank">rapidapi.com</a> by <astyle="text-decoration: none;" href="https://github.com/djv03" target="_blank">Dhruvin</a>
0 commit comments