Skip to content

Minerift/Odyssey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Odyssey

Note

This is an experimental project in its early stages of development; currently in a highly volatile state. Made as a fun side project to tinker with.

Odyssey is a customizable, lightweight, flexible quest framework for games, namely Minecraft primarily. Integrate into games as an easy, structured starting point, with the quality of being easily expandable.


🧩 Getting Started

To utilize in projects, depend on the framework from the Maven repository.

Gradle

repositories {
  mavenCentral()
}

dependencies {
  // This is unavailable currently; reserved
  implementation("org.minerift:odyssey:1.0.0") // TODO
}

Maven

<dependencies>
  <dependency>
      <groupId>org.minerift</groupId>
      <artifactId>odyssey</artifactId>
      <version>1.0.0</version>
  </dependency>
</dependencies>

🦺 Contribute

About

Dynamic quest library, written in Java. Currently in-development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages