Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/minigdx/minigdx-game-template
- Owner: minigdx
- License: mit
- Created: 2021-04-23T18:04:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-08T17:57:00.000Z (over 3 years ago)
- Last Synced: 2023-03-11T06:34:00.737Z (almost 2 years ago)
- Topics: game, game-development, game-engine, gamedev, minigdx
- Language: Kotlin
- Homepage:
- Size: 164 KB
- Stars: 22
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.