An open API service indexing awesome lists of open source software.

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

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.