/Node_Blitz

Dutch Blitz card game implemented with NodeJS

Primary LanguageJavaScript

Node_Blitz

A browser-based Dutch Blitz card game implemented with NodeJS.

Installation

To install, clone the repo and install all the dependencies with:

  • git clone https://github.com/loganswartz/Node_Blitz
  • cd Node_Blitz
  • npm install

Usage

To start the server, do node index.js in your terminal and then navigate to localhost:3000 in your browser.