Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/notaphplover/catan-heroes
- Owner: notaphplover
- License: mit
- Created: 2020-02-17T17:29:00.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2020-05-03T11:38:03.000Z (over 4 years ago)
- Last Synced: 2024-11-17T20:48:53.417Z (2 months ago)
- Topics: catan-board-game, java
- Language: Java
- Size: 597 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```