https://github.com/riteshsp2000/cards-tracker-catan
A simple card tracker of other players in the game of catan/colonist
https://github.com/riteshsp2000/cards-tracker-catan
Last synced: over 1 year ago
JSON representation
A simple card tracker of other players in the game of catan/colonist
- Host: GitHub
- URL: https://github.com/riteshsp2000/cards-tracker-catan
- Owner: riteshsp2000
- Created: 2020-06-05T21:11:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T21:03:29.000Z (over 3 years ago)
- Last Synced: 2025-02-09T19:43:21.334Z (over 1 year ago)
- Language: JavaScript
- Size: 7.65 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## Card Tracker for Catan/Colonist
A card tracker to know which all cards your opponent has in the game of catan/colonist.
Checkout the game at https://colonist.io/#>
## Installing the project on your local machine
1. install node.js
2. change into the project directory.
3. install the dependancies by running ``` npm install ```
4. start the server ``` npm start ```
The server will start at ```localhost:3000``` in the browser
