Skip to content

pdywilson/korge-game

Repository files navigation

A simple Korge game

This project is a minimal example of a korge game. It is written in kotlin and deployed to javascript. It can help as a starting point to get started with korge game development. Feel free to copy and adjust it. Check it out here: https://pdywilson.github.io/game/

Build & Run

  • To build the project, run the gradle task runJsRelease
  • Serve the file build/www/index.html with a web server, example:
    • in IntelliJ: Right click the file -> open in browser -> Chrome
    • in Terminal: cd build/www -> python3 -m http.server -> Go to localhost:8000 in Chrome

About

A simple korge game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published