Skip to content

Codecs for the various Openkrieg file formats.

License

Notifications You must be signed in to change notification settings

Openkrieg/codec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7574ea8 · Jun 9, 2022

History

7 Commits
Jun 4, 2022
Jun 4, 2022
Jun 5, 2022
Jun 4, 2022
Jun 4, 2022
Jun 5, 2022
Jun 9, 2022
Jun 4, 2022
Jun 4, 2022
Jun 4, 2022

Repository files navigation

Riskrieg | Codec

License: MIT Maven Central Donate

Looking for the core Riskrieg repository? Find it here.

About

This repository hosts the code for any and all codecs for the various file types created for Riskrieg.

Download

Maven Central

Maven

<dependency>
  <groupId>com.riskrieg</groupId>
  <artifactId>codec</artifactId>
  <version>VERSION</version>
</dependency>

Gradle

repositories {
    mavenCentral()
}

dependencies {
    implementation("com.riskrieg:codec:VERSION")
}

Contribute

Join our Discord server: Riskrieg Discord

License

The code in this repository is licensed under the MIT license.