• Stars
    star
    359
  • Rank 114,775 (Top 3 %)
  • Language
    CSS
  • License
    GNU Affero Genera...
  • Created over 9 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Based on "The Settlers of Catan" by Klaus Teuber.

Colonizers

A HTML5 multiplayer game, based on the popular board game "Catan" (formerly "The Settlers of Catan") by Klaus Teuber.

Works across multiple devices (desktops, tablets, and mobile phones).

Screenshot

Running locally

Make sure you have the following installed:

  • Node.js 8
  • MongoDB
  • RabbitMQ
git clone https://github.com/colonizers/colonizers.git
cd colonizers
yarn
cd packages/colonizers-client
gulp tilesets
cd ../..
yarn start

The app should now be running at http://localhost:3000

A work in progress!

Colonizers is very much a work in progress, with several critical gameplay features still to be implemented. Breaking changes are to be expected, and the database schema may change.

Contributions (both issues and pull requests) are very welcome!