Archandle GameKit, a simple Kotlin game engine
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-20 04:01:03 -04:00
gradle/wrapper update jdk/gradle, remove semver 2025-07-09 06:36:43 -04:00
src/main/kotlin AGKHandle consts moved into companion, LIVE_BIT const, minor typos 2026-07-20 04:01:03 -04:00
.gitignore Entity reverted to value class, added EntityArray, added Null Entity, 2025-02-23 23:32:57 -05:00
build.gradle.kts AGKHandle 2026-07-09 21:25:54 -04:00
gradle.properties whatever i was doing before nuking again 2026-07-09 00:38:08 -04: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