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.
Download precompiled binaries of Colonizers for Linux and Mac here.
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