Contributing

Kakara Repository

<repository>
    <id>kakara</id>
    <url>https://repo.kingtux.me/storages/maven/kakara</url>
</repository>

View more information here.

Engine Project

The Kakara Engine is the Game Engine the powers the Kakara project.

Maven Version Build Status

<dependency>
    <groupId>org.kakara</groupId>
    <artifactId>engine</artifactId>
    <version>1.0-PRE5</version>
</dependency>

View more information here.

Github - Java Documentation - Builds

Developer Documentation

Kakara Project

Build Status
This is the main code of the game.

Github - Builds

Core Project

The Core is the Mod API for Kakara.

Maven Version Build Status

<dependency>
    <groupId>org.kakara.core</groupId>
    <artifactId>common</artifactId>
    <version>1.0-SNAPSHOT</version>
</dependency>

View more information here.

Github - Java Documentation - Builds - Docs

Kakara Launcher

Build Status
The Kakara Launcher is the piece of software that launches the game.

Github - Builds

KVanilla

KVanilla is the base mod for the game.

Github