Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 618 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 618 Bytes

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