Skip to content

A game server for the Citadels card game where players can join and play in random games. Created to test different front-end frameworks against.

Notifications You must be signed in to change notification settings

rws-github/citadels-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A game server for the Citadels card game where players can join and play in random games.

No UI exists yet. Only test bots can play against each other.

To run the server and test bots:

  1. openssl req -nodes -new -x509 -keyout keys/key.pem -out keys/cert.pem -days 365
  2. Enter in a username and password for Cloudant into the config.json file and save.
  3. node app.js
  4. In four more shells, run node test_bot.js

About

A game server for the Citadels card game where players can join and play in random games. Created to test different front-end frameworks against.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published