Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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!