https://github.com/tiagodanin/rock-paper-scissors-cli
Rock Paper Scissors Machine Learning CLI (Use my "Rock-Paper-Scissors-ML")
https://github.com/tiagodanin/rock-paper-scissors-cli
cli paper rock rock-paper-scissor-ai rock-paper-scissors scissors
Last synced: 5 months ago
JSON representation
Rock Paper Scissors Machine Learning CLI (Use my "Rock-Paper-Scissors-ML")
- Host: GitHub
- URL: https://github.com/tiagodanin/rock-paper-scissors-cli
- Owner: TiagoDanin
- License: mit
- Created: 2018-12-23T14:35:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-28T12:49:45.000Z (almost 3 years ago)
- Last Synced: 2025-03-15T17:18:45.612Z (over 1 year ago)
- Topics: cli, paper, rock, rock-paper-scissor-ai, rock-paper-scissors, scissors
- Language: JavaScript
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rock-Paper-Scissors-CLI
Rock Paper Scissors Machine Learning CLI (Use my "Rock-Paper-Scissors-ML")
## Usage
```bash
$ rock-paper-scissors-cli
```
## Installation
This is a [Node.js](https://nodejs.org/) module available through the
[npm registry](https://www.npmjs.com/). It can be installed using the
[`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally)
or
[`yarn`](https://yarnpkg.com/en/)
command line tools.
```sh
npm install rock-paper-scissors-cli --global
```
## Dependencies
- [enquirer](https://ghub.io/enquirer): Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases.
- [rock-paper-scissors-ml](https://ghub.io/rock-paper-scissors-ml): Rock Paper Scissors Machine Learning
## License
MIT