Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lloydlobo/odin-rock-paper-scissors
A simple implementation of grade-school classic “rock paper scissors” for The Odin Project (TOP) web development curriculum.
https://github.com/lloydlobo/odin-rock-paper-scissors
fundamentals game javascript javascript-game rock-paper-scissors theodinproject
Last synced: 25 days ago
JSON representation
A simple implementation of grade-school classic “rock paper scissors” for The Odin Project (TOP) web development curriculum.
- Host: GitHub
- URL: https://github.com/lloydlobo/odin-rock-paper-scissors
- Owner: lloydlobo
- License: mit
- Created: 2022-04-11T05:30:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T15:53:36.000Z (about 2 years ago)
- Last Synced: 2023-03-03T20:09:49.667Z (almost 2 years ago)
- Topics: fundamentals, game, javascript, javascript-game, rock-paper-scissors, theodinproject
- Language: HTML
- Homepage: https://odin-rock-paper-scissors.netlify.app
- Size: 1.94 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
✊✋🤞 Odin Rock Paper Scissors ✊✋🤞
A simple implementation of grade-school classic “rock paper scissors” for The Odin Project (TOP) web development curriculum.
## 🎥 Preview
🪨 📰 ✂️
[![odin rock paper scissors website](https://github.com/lloydlobo/lloydlobo/blob/main/assets/projects/web-development/odin-rock-paper-scissors.gif)](https://lloydlobo.github.io/odin-rock-paper-scissors/)
## 📰 Documentation
- For deep knowledge about this project, [check out the documentation here](https://lloydlobo.github.io/odin-rock-paper-scissors-docs/).
- For a quick read about the project details, you may want to head over to the [Wiki](https://github.com/lloydlobo/odin-rock-paper-scissors/wiki) section here on GitHub.## ⬇️ Downloads
You may want to download the latest Source Files as a ZIP folder from [here](https://github.com/lloydlobo/odin-rock-paper-scissors/archive/refs/heads/main.zip) or from the `Code ⬇️` dropdown icon on this repository's main branch.
### For those familiar with the command line
#### Clone with HTTPS
```bash
git clone https://github.com/lloydlobo/odin-rock-paper-scissors.git
```#### Clone with SSH
```bash
git clone [email protected]:lloydlobo/odin-rock-paper-scissors.git
```#### Clone with GitHub CLI
```bash
gh repo clone lloydlobo/odin-rock-paper-scissors
```## 📂 Releases
- You'll find all 👉 [releases](https://github.com/lloydlobo/odin-rock-paper-scissors/releases) 👈 here.
- Also you can learn how [Semantic Versioning 2.0.0](https://semver.org/) works .## 🤝 Contributing
We encourage you to contribute to Odin Rock Papaer Scissors project!
Please check out the [Contributing guide](https://github.com/lloydlobo/odin-rock-paper-scissors/blob/main/CONTRIBUTING.md) for guidelines about how to proceed.## 🍕 Community
Got Questions? Join the conversation in our GitHub [Discussions](https://github.com/lloydlobo/odin-rock-paper-scissors/discussions) area.
## ⚖️ LICENSE
MIT © [Odin Rock Paper Scissors](LICENSE)