Skip to content

Laxystem/Spock

Repository files navigation

Spock Game Engine

Caution

Spock is in alpha. Backwards compatibility is intended but not guaranteed.

Maven

All modules are available on maven central.

// build.gradle.kts

repositories.mavenCentral()

val spock: String by properties

dependencies {
	// core
	implementation("quest.laxla:spock:$spock")

	// any other module, e.g. util
	implementation("quest.laxla:spock-util:$spock")
}