Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/minigdx/minigdx-game-template

Basic template to create a game using minigdx
https://github.com/minigdx/minigdx-game-template

game game-development game-engine gamedev minigdx

Last synced: about 2 months ago
JSON representation

Basic template to create a game using minigdx

Awesome Lists containing this project

README

        

# 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](https://github.com/minigdx) on miniGDX.

## Github Actions

This template contains [github actions](https://docs.github.com/en/actions) that generate
the bundles of your game for you.