Skip to content

froggeric/concarneau

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Concarneau

Multiplayer web game using the same rules as Carcassone

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, if using a local MongoDB launch it
  4. Change out auth keys in config/auth.js or set appropriate environment variables
  5. Launch: node server.js
  6. Visit in your browser at: http:https://localhost:8080

Facebook app settings: Under Settings -> Basic -> Add Platform -> Website: Site Url: http:https://localhost:8080/ Under Settings -> Advanced -> Security -> Valid OAuth redirect URIs: http:https://localhost:8080/auth/facebook/callback

Google app settings: Under APIs & auth -> Credentials -> Redirect URIs: http:https://localhost:8080/auth/google/callback and Javascript Origins: http:https://localhost:8080

Twitter app settings: Under Settings -> Application Details -> Callback URL: http:https://127.0.0.1:8080/auth/twitter/callback

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%