Skip to content

Possardt/FourCardGolf-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FourCardGolf-node

This is a multiplayer game made using the MEAN stack. Other libraries used were Angular Material, Socket.io, passport(and associated strategies for auth).

To start the game (note: you need Node ro run locally) :

  1. Clone/download this repo
  2. Navigate to the root directory
    • run npm -install
    • run node server.js
    • Note: you'll also need client secrets/tokens for authentication via Facebook or Github
  3. Open a browser and navigate to localhost:3001
  4. Start a game!

Rules to Four Card Golf

  1. In the beginning, every player is dealt 4 cards, two facing down.
  2. When your turn comes, you can swap any of your cards with the deck or the discard pile.
    • when you swap a facing down card, it is revealed and added to the discard pile
  3. The goal is to have the lowest scoring hand of all players
  4. Each round is concluded when a player decides to knock
    • when you knock the other players get one last turn, then scores are collected
  5. Repeat rounds until 9 or 18 holes are completed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published