https://github.com/foxfriends/catan
Browser version of the game by Klaus Teuber
https://github.com/foxfriends/catan
board catan game multiplayer simulator
Last synced: 25 days ago
JSON representation
Browser version of the game by Klaus Teuber
- Host: GitHub
- URL: https://github.com/foxfriends/catan
- Owner: foxfriends
- Created: 2015-07-18T01:11:56.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T16:06:41.000Z (5 months ago)
- Last Synced: 2025-03-24T03:11:32.272Z (about 1 month ago)
- Topics: board, catan, game, multiplayer, simulator
- Language: JavaScript
- Homepage: https://catan.cameldridge.com
- Size: 2.17 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Settlers of Catan
This is a recreation of the board game The Settlers of Catan by Klaus Teuber.
It was inspired by the apparent lack of a decent online Catan game.## Usage
```bash
npm install
npm run build # compile the client
mkdir games # make a folder to save games to
npm start # run the server
```Now you can visit `localhost:8888` in browser to play. Other players may join on other
computers by visiting your IP address.Enter your name and a game name. Other players can join your game by entering the same
game name. Once at least three players have connected, you can press start and the game
will begin.