minigdx-game-template icon indicating copy to clipboard operation
minigdx-game-template copied to clipboard

Basic template to create a game using minigdx

trafficstars

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.