Skip to content

Releases: nieuwsma/dimension

Web App

18 Jun 02:23
ac1163b
Compare
Choose a tag to compare

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

03 Sep 21:16
Compare
Choose a tag to compare

Latest swagger version

v1.0.0

02 Sep 14:08
31aca69
Compare
Choose a tag to compare

First version of the API

working copy before redesign

02 Sep 14:06
Compare
Choose a tag to compare
v0.0.0

working on ID generation... need to think about this more