foxfriends / catan

Browser version of the game by Klaus Teuber

Home Page:https://catan.cameldridge.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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.

About

Browser version of the game by Klaus Teuber

https://catan.cameldridge.com


Languages

Language:JavaScript 83.1%Language:SCSS 8.5%Language:HTML 8.3%Language:Dockerfile 0.1%