minigdx / minigdx-game-template

Basic template to create a game using minigdx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MiniGDX Game Template

Create your first game using miniGDX by clicking the "Use this Template" button above.

The game will be configured for:

  • the JVM platform (try it by running ./gradlew runJvm command!)
  • the Web platform (try it by running ./gradlew runJs command!)

Get more informations on miniGDX.

Github Actions

This template contains github actions that generate the bundles of your game for you.

About

Basic template to create a game using minigdx

License:MIT License


Languages

Language:Kotlin 96.2%Language:HTML 3.8%