/concarneau

Primary LanguageJavaScriptMIT LicenseMIT

Concarneau

Multiplayer web game using the same rules as Carcassone. Currently supports the base game along with the Inns and Cathedrals and the Traders and Builders expansion packs.

Running at https://concarneau.herokuapp.com

For a quick demo of capabilities you can start a solo game by logging in, hitting the + icon and selecting start which will start a solo game where you are laying all the tiles and pieces.

Instructions

If you would like to download the code and try it for yourself:

  1. Clone the repo: git clone git@github.com:btouellette/concarneau
  2. Install packages: npm install
  3. Change out the database configuration in config/database.js or set appropriate environment variables
  4. If using a local MongoDB ensure the db is launched
  5. Launch: node server.js
  6. Visit in your browser at: http://localhost:8080

To set up authentication via OAuth:

  1. Set up Facebook/Google/Twitter applications
  2. Add auth keys in config/auth.js or set appropriate environment variables
  3. Facebook app settings:
  1. Google app settings:
  1. Twitter app settings