Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesusgraterol/rock-paper-scissors-top
This website implements the popular "Rock Paper Scissors" game against the computer and it is the submission for The Odin Project: Rock Paper Scissors.
https://github.com/jesusgraterol/rock-paper-scissors-top
theodinproject theodinproject-nodejs theodinprojectfoundations
Last synced: about 2 months ago
JSON representation
This website implements the popular "Rock Paper Scissors" game against the computer and it is the submission for The Odin Project: Rock Paper Scissors.
- Host: GitHub
- URL: https://github.com/jesusgraterol/rock-paper-scissors-top
- Owner: jesusgraterol
- Created: 2023-09-05T21:20:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-29T23:14:45.000Z (about 1 year ago)
- Last Synced: 2023-11-30T00:25:09.914Z (about 1 year ago)
- Topics: theodinproject, theodinproject-nodejs, theodinprojectfoundations
- Language: JavaScript
- Homepage: https://jesusgraterol.github.io/rock-paper-scissors-top/src
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rock Paper Scissors
![Rock Paper Scissors](./readme-assets/screenshot-01.png)
This website implements the popular "Rock Paper Scissors" game against the computer and it is the submission for [The Odin Project: Rock Paper Scissors](https://www.theodinproject.com/lessons/foundations-rock-paper-scissors).
## Live Demo
[Rock Paper Scissors](https://jesusgraterol.github.io/rock-paper-scissors-top/src/)
## Getting Started
### Requirements
- GIT
- Python ^v3### Installation
1) Clone the repository
```bash
git clone [email protected]:jesusgraterol/rock-paper-scissors-top.git
```## Usage
1) Run a local server with:
```bash
python3 -m http.server --directory src
```2) The website is served at: [http://localhost:8000/](http://localhost:8000/)
## Build Process
N/A
## Deployment
Deploys to **Github Pages** automatically when commits are pushed into the `main` branch.
## Built With
- HTML5
- CSS3
- JavaScript## Running the Tests
### Unit Tests
N/A
### Integration Tests
N/A
### E2E Tests
N/A
## @TODO
N/A
## License
[MIT](https://choosealicense.com/licenses/mit/)
## Acknowledgments
N/A