Skip to content

froggeric/concarneau

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.1%
  • HTML 33.9%
  • CSS 3.0%