Skip to content

Multiplayer web game using the same rules as Carcassone

License

Notifications You must be signed in to change notification settings

issmirnov-forks/concarneau

 
 

Repository files navigation

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 [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://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

Multiplayer web game using the same rules as Carcassone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.9%
  • HTML 34.2%
  • CSS 3.7%
  • Dockerfile 0.2%