Releases: nieuwsma/dimension
Releases · nieuwsma/dimension
Web App
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
8080
for REST API - Port
3000
for
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
v1.0.1
v1.0.0
working copy before redesign
v0.0.0 working on ID generation... need to think about this more