This is a fan made companion site for the Orléans boardgame.
The setup in Orléans normally requires
- different types of goods tiles to be shuffled together,
- certain quantities randomly selected based on player counts
- certain quantities randomly removed based on player counts
- and the remaining tiles sorted by type again to form a supply.
The setup helper aims to bypass this shuffling and resorting by calculating randomized setup numbers for selected and removed goods tiles.
The site is hosted at orleans-companion.appspot.com on Google App engine.
-
Download and install gcloud sdk
-
Authenticate my account (may happen as part of installation):
gcloud init
-
As per the quick start, after installing app-engine-go you can run a local development server:
gcloud components install app-engine-go dev_appserver.py app.yaml # If the above doesn't work try python <absolute path to dev_appserver.py> app.yaml
-
Deploy using
gcloud app deploy --project orleans-companion