Skip to content

IzakMarais/orleans-companion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orléans helper site

This is a fan made companion site for the Orléans boardgame.

Setup helper

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.

Use

The site is hosted at orleans-companion.appspot.com on Google App engine.

Development

Google App engine usage reminder

  • 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
    

About

A companion site for the Orléans boardgame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published