Skip to content

nieuwsma/dimension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

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

Development

  1. SwaggerFile - you can use editor.swagger.io to view
  2. Execute ./setupDeveloperEnvironment.full.sh to stand up the webserver on port: 8080
  3. Execute ./teardownDeveloperEnvironment.full.sh to tear down the webserver
  4. make image to create the docker image
  5. make autoplayertest to create the autoplayertest binary image 3. export ROUNDS=100 #sets rounds to 100; else default is 100,000 4. ./bin/autoplayertest #to execute