https://github.com/colonizers/colonizers-desktop
Based on "The Settlers of Catan" by Klaus Teuber.
https://github.com/colonizers/colonizers-desktop
Last synced: 5 months ago
JSON representation
Based on "The Settlers of Catan" by Klaus Teuber.
- Host: GitHub
- URL: https://github.com/colonizers/colonizers-desktop
- Owner: colonizers
- License: agpl-3.0
- Archived: true
- Created: 2015-04-25T17:48:21.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-28T07:14:11.000Z (almost 10 years ago)
- Last Synced: 2024-08-03T13:05:19.774Z (8 months ago)
- Language: HTML
- Homepage:
- Size: 172 KB
- Stars: 141
- Watchers: 7
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-electron-zh - Colonizers - "Catan" inspired board game. (Apps / Open Source)
- awesomeelectron - Colonizers - "Catan" inspired board game. (Apps / Open Source)
README
# Colonizers - Desktop
[](https://travis-ci.org/colonizers/colonizers-desktop)
[](https://david-dm.org/colonizers/colonizers-desktop)
[](https://david-dm.org/colonizers/colonizers-desktop#info=devDependencies)
[](https://codeclimate.com/github/colonizers/colonizers-desktop)A desktop version of [Colonizers](http://colonizers.github.io) - 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.

## Download
Download precompiled binaries of Colonizers for Linux and Mac [here](https://github.com/colonizers/colonizers-desktop/releases/latest).
## 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
```