Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.33 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.33 KB

Concarneau

Multiplayer web game using the same rules as Carcassone. Currently supports the base game and the Inns and Cathedrals expansion.

Running at https://concarneau.herokuapp.com

Instructions

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

  1. Clone the repo: git clone [email protected]: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:https://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