Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.28 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.28 KB

Colonizers - Desktop

Build Status Dependency Status devDependency Status Code Climate

A desktop version of Colonizers - a project based on the popular board game "Catan" (formerly "The Settlers of Catan") by Klaus Teuber.

This version currently only provides local-multiplayer gameplay for 3 players only.

Screenshot

Download

Download precompiled binaries of Colonizers for Linux and Mac here.

Development version

Run the following commands to clone the repository, and run the development version of Colonizers.

git clone https://github.com/colonizers/colonizers-desktop.git
cd colonizers-desktop
npm install
npm start