KtGe

a small game engine written in Kotlin

This page will probably have some documentation in the future, but that still needs to be written.

import kotlinx.html.*
import kotlinx.html.stream.createHTML

fun main() {
    return createHTML().html {
        head {}
        body {}
    }
}