- In order to run this project you need to install nodejs and yarn
- To install dependencies run the command below:
yarn install
- To generate the
end_game.txt
file with the outcome of the game run the command below:
yarn start
If you want to verify that game's rules are well implemented just run the command below:
yarn test