Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sibartlett/colonizers
Based on "The Settlers of Catan" by Klaus Teuber.
https://github.com/sibartlett/colonizers
board-game catan settlers
Last synced: 6 days ago
JSON representation
Based on "The Settlers of Catan" by Klaus Teuber.
- Host: GitHub
- URL: https://github.com/sibartlett/colonizers
- Owner: sibartlett
- License: agpl-3.0
- Created: 2014-12-03T03:03:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T01:43:53.000Z (almost 2 years ago)
- Last Synced: 2023-11-07T15:21:14.180Z (12 months ago)
- Topics: board-game, catan, settlers
- Language: CSS
- Homepage: http://sibartlett.github.io/colonizers
- Size: 3.02 MB
- Stars: 353
- Watchers: 26
- Forks: 45
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Colonizers
A HTML5 multiplayer game, based on the popular board game ["Catan" (formerly "The Settlers of Catan")](http://en.wikipedia.org/wiki/The_Settlers_of_Catan) by Klaus Teuber.
Works across multiple devices (desktops, tablets, and mobile phones).
![Screenshot](http://i.imgur.com/j91XT2y.png)
## Running locally
Make sure you have the following installed:
- Node.js 8
- MongoDB
- RabbitMQ```sh
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](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!