This version comes with a web app to play the game in your browser (over LAN). It runs two servers on your system, and I have setup CORs to run in default mode (which is insecure: so only play this on trusted networks, with trusted peers).
Prerequisites
- Have docker installed
- Port
8080for REST API - Port
3000for
Play game
./playGame.sh
✔ Network dimension_dim Created 0.5s
✔ Container dimension-web-app-1 Started 0.6s
✔ Container dimension-dimension-1 Started
Open browser to http://localhost:3000
Enjoy!
Stop Game
./stopGame.sh