Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.02 KB

Heart of the Cards

An implementation of the card game Goofspiel. Users can play over intranet, view leaderboards, and peruse the game archive, which is saved to a relational database.

Pix

"The main menu"

"The game screen"

"The leaderboard"

Getting Started

  1. Clone this repository: git clone git@github.com:thomas-boyer/heart-of-the-cards.git
  2. Navigate to the project folder.
  3. Run the commend npm start
  4. Visit localhost:8080 in your browser.

Game Rules

A detailed list of Goofspiel rules can be found here.

Major Dependencies

  • Cookie-Parser
  • Deck-of-Cards
  • EJS
  • Express
  • Knex
  • pg
  • socket.io

Collaborators