Kakara Repository
<repository>
<id>kakara</id>
<url>https://repo.kingtux.me/storages/maven/kakara</url>
</repository>
Engine Project
The Kakara Engine is the Game Engine the powers the Kakara project.
<dependency>
<groupId>org.kakara</groupId>
<artifactId>engine</artifactId>
<version>1.0-PRE5</version>
</dependency>
Github - Java Documentation - Builds
Developer Documentation
Kakara Project
This is the main code of the game.
Github - Builds
Core Project
The Core is the Mod API for Kakara.
<dependency>
<groupId>org.kakara.core</groupId>
<artifactId>common</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
Github - Java Documentation - Builds - Docs
Kakara Launcher
The Kakara Launcher is the piece of software that launches the game.
Github - Builds
KVanilla
KVanilla is the base mod for the game.