Simple game written as part of learning and practicing javascript/vuejs.
This is one of the modules of the enotgame
and requires its installation
Switch into frontend
directory
cd frontend
and initialize frontend
module
npm install
npm run build
npm run watch
then open http://localhost:8000
in your browser and start the game
npm run clean:dist