Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tsaglam/carcassonne

A digital version of the board game Carcassonne, implemented in Java. This desktop computer game supports up to five players at the same time (shared-screen multiplayer mode).
https://github.com/tsaglam/carcassonne

board-game carcassonne computer-game desktop java multiplayer swing tile-based

Last synced: 6 days ago
JSON representation

A digital version of the board game Carcassonne, implemented in Java. This desktop computer game supports up to five players at the same time (shared-screen multiplayer mode).

Awesome Lists containing this project

README

        


carcassonne logo

[![CI status](https://github.com/tsaglam/Carcassonne/actions/workflows/CI.yml/badge.svg)](https://github.com/tsaglam/Carcassonne/actions)
[![Latest Release](https://img.shields.io/github/release/tsaglam/Carcassonne.svg)](https://github.com/jplag/jplag/releases/latest)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/tsaglam/Carcassonne)](https://github.com/tsaglam/Carcassonne/pulse)
[![License](https://img.shields.io/github/license/tsaglam/Carcassonne?color=informational)](https://github.com/tsaglam/Carcassonne/blob/master/LICENSE)

This is a slightly adapted, digital version of the board game Carcassonne.

Carcassonne is a tile-based board game in a medieval setting created by [Klaus-Jürgen Wrede](https://www.kjwrede.de/) and published by [Hans im Glück](https://www.hans-im-glueck.de/).
This project implements Carcassonne as an open-source platform-independent computer game that supports up to five players at the same time with shared-screen multiplayer mode. It stays true to Carcassonne's original look and gameplay while making some changes, such as new tiles and minor tweaks to the emblems. It currently contains the complete main game, some features from extensions, as well as some completely new functionalities.
The official rules can be found here: [Part 1](https://images.zmangames.com/filer_public/d5/20/d5208d61-8583-478b-a06d-b49fc9cd7aaa/zm7810_carcassonne_rules.pdf), [Part 2](https://images.zmangames.com/filer_public/14/af/14af825c-9879-42b8-851d-35ce41df7767/carcassonne-supplement.pdf).
This is my personal project I work on (infrequently) whenever I have time available.
Development started in 2016, and since then, this computer game has been an ongoing project...


a screenshot of the game

### More Information
For more information about the board game, this computer game implementation or the technical details behind this projeckt check out the [wiki page](https://github.com/tsaglam/Carcassonne/wiki).

### Latest Release
The latest release can be found [here](https://github.com/tsaglam/Carcassonne/releases/latest), all releases can be found [here](https://github.com/tsaglam/Carcassonne/releases).

### Download & Run
There are two options how to download and run Carcassonne:

**Via Web Start** (manages the required Java version for you):
1. Download [OpenWebStart](https://openwebstart.com/download/) or any other web start implementation.
2. Download and run the [web start file](https://github.com/tsaglam/Carcassonne/releases/download/v1.8/Carcassonne-v1.8.jnlp).

**Via the Jar file** (requires Java SE 17 or newer):
1. Download and install [Java SE 17](https://www.oracle.com/de/java/technologies/javase-downloads.html) or a newer version.
2. Download and run the [latest executable](https://github.com/tsaglam/Carcassonne/releases/download/v1.8.1/Carcassonne-v1.8.1.jar).

### Feedback & Suggestions
If you have any feedback on the game or if you have suggestions for new features just let me know (or open up a new issue)!