Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/notaphplover/catan-heroes

A variant of the classic game
https://github.com/notaphplover/catan-heroes

catan-board-game java

Last synced: 2 days ago
JSON representation

A variant of the classic game

Awesome Lists containing this project

README

        

# Catan heroes

![Java CI](https://github.com/notaphplover/catan-heroes/workflows/Java%20CI/badge.svg) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/c92a1a6595094327971690788cea0c27)](https://www.codacy.com/manual/roberto.pintos.lopez/catan-heroes?utm_source=github.com&utm_medium=referral&utm_content=notaphplover/catan-heroes&utm_campaign=Badge_Grade) ![Maven Central](https://img.shields.io/maven-central/v/io.github.notaphplover/catan-core)

A variant of the classic game.

This is the core project of a varian of the game. This project aims to implement a fully featured Catan heroes engine.

## Build and test

As any gradle project, the build task can be used for this purpose:

```bash
gradle build
```