Skip to content

A simple implementation of a referee for jokenpo game.

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

rluisb/jokenpo-referee-app

Repository files navigation

Jokenpo Referee

This is a simple implementation of a Jokenpo game referee.

Dependencies

This library depends on Inquirer to prompt game options.

Note:

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

Running the game

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

How to run

Game

To run the game, you should run in your terminal the foloowing command:

$ npm run dev

Tests

To run tests, you should run in your terminal the foloowing command:

$ npm test

To see tests coverage:

$ npm run test:coverage

Authors

Ricardo Conceição
Ricardo Conceição

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

A simple implementation of a referee for jokenpo game.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published