Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 491 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 491 Bytes

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.