Archandle GameKit, a simple Kotlin game engine
Find a file
2025-07-09 06:36:43 -04:00
gradle/wrapper update jdk/gradle, remove semver 2025-07-09 06:36:43 -04:00
src/main/kotlin update jdk/gradle, remove semver 2025-07-09 06:36:43 -04:00
.gitignore Entity reverted to value class, added EntityArray, added Null Entity, 2025-02-23 23:32:57 -05:00
build.gradle.kts update jdk/gradle, remove semver 2025-07-09 06:36:43 -04:00
gradle.properties fix and improve tick/frame timing system; functions that change configuration of BehaviorRunner are now suspend until gameloop halts; actions can be deferred (non-suspending) until halt with defer function 2025-02-22 08:03:47 -05:00
gradlew update jdk/gradle, remove semver 2025-07-09 06:36:43 -04:00
gradlew.bat update jdk/gradle, remove semver 2025-07-09 06:36:43 -04:00
LICENSE Entity reverted to value class, added EntityArray, added Null Entity, 2025-02-23 23:32:57 -05:00
README.MD refine EntityDatabase.kt and KDoc 2025-02-02 22:53:19 -05:00
settings.gradle.kts fix and improve tick/frame timing system; functions that change configuration of BehaviorRunner are now suspend until gameloop halts; actions can be deferred (non-suspending) until halt with defer function 2025-02-22 08:03:47 -05:00

Archandle GameKit, a simple Kotlin game engine

there are no features yet :3