Skip to content

WerthersEchte/cathedral

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A cathedral implementation in Java

License: Unlicense Build Test coverage Code Quality javadoc

About

This is a Java implementation of the board game cathedral (https://en.wikipedia.org/wiki/Cathedral_(board_game)). It indended use is for developing basic ki and ki adjacent programs. It contains only the needed gamelogic.

How to get

Add to gradle:

implementation 'io.github.werthersechte:cathedral-game:1.4'

Add to maven:

 <dependency>
    <groupId>io.github.werthersechte</groupId>
    <artifactId>cathedral-game</artifactId>
    <version>1.4</version>
 </dependency>

Dependencies

More Information

Javadocs can be found under https://javadoc.io/doc/io.github.werthersechte/cathedral-game