Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T21:03:29.000Z (about 2 years ago)
- Last Synced: 2023-03-06T02:03:20.809Z (almost 2 years ago)
- Language: JavaScript
- Size: 7.65 MB
- Stars: 0
- 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
![image](https://drive.google.com/uc?export=view&id=1qT9KKkoTDgkJXlVx5fvDKU7Hb1uPrt1t)