This is a simple implementation of a Jokenpo game referee.
This library depends on Inquirer to prompt game options.
Inquirer runs on specific terminals like:
- Mac OS:
- Terminal.app
- iTerm
- Windows:
- ConEmu
- cmd.exe
- Powershell
- Cygwin
- Linux (Ubuntu, openSUSE, Arch Linux, etc):
- gnome-terminal (Terminal GNOME)
- konsole
The first step is clone this repository:
$ git clone https://github.com/rluisb/jokenpo-referee-app.git
After clone, we have to install the dependencies:
$ npm install or npm i
To run the game, you should run in your terminal the foloowing command:
$ npm run dev
To run tests, you should run in your terminal the foloowing command:
$ npm test
To see tests coverage:
$ npm run test:coverage
Ricardo Conceição |
This project is licensed under the MIT License - see the LICENSE.md file for details.