Demo can be found here.
In order to launch the application:
-
install latest node.js
-
run
npm i
in the terminal to install all the dependencies -
run
npm run start
in the terminal to launch the application server -
navigate to
http://localhost:3000
to browse the game
In order to run quality checks type npm run qa
in the terminal. This will run code static analysis, unit tests as well as e2e tests. Please, note that e2e scenario will fail, if server is either not running, or running on a port other than 3000.
To play the game, please, use a web browser supporting es6 modules.