Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuartajd/rps
πΏπ βοΈ A simple game of Rock Paper Scissors created for NodeJS.
https://github.com/stuartajd/rps
Last synced: 22 days ago
JSON representation
πΏπ βοΈ A simple game of Rock Paper Scissors created for NodeJS.
- Host: GitHub
- URL: https://github.com/stuartajd/rps
- Owner: stuartajd
- Created: 2016-12-08T00:00:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T14:08:00.000Z (over 4 years ago)
- Last Synced: 2024-11-09T02:44:56.696Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rock Paper Scissors
A very basic game of Rock Paper Scissors for NodeJS.
## Installation
>To install required modules
```
npm install
```
>To run the actual game itself
```
npm run rps
```## Final notes
It took about 10 minutes to create this as I was simply just trying some new things, it's relatively simply done so any comments on how my code can be improved are welcome!