Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cdlm/daleks-gdx
Simple starter libGDX desktop game project
https://github.com/cdlm/daleks-gdx
Last synced: 4 days ago
JSON representation
Simple starter libGDX desktop game project
- Host: GitHub
- URL: https://github.com/cdlm/daleks-gdx
- Owner: cdlm
- Created: 2018-02-15T13:45:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T19:57:33.000Z (almost 7 years ago)
- Last Synced: 2024-12-18T21:36:16.938Z (23 days ago)
- Language: Java
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Daleks in libGDX
This is a minimal game project in Java, using [libGDX][] and built using [Gradle][].
Not intended as a proper game, just a starter project that is easy to load and run
(Hit ESC to quit):```shell
git clone https://github.com/cdlm/daleks-gdx.git
cd daleks-gdx
gradle run
```To work in an IDE, it should support importing/synchronizing from Gradle.
IntelliJ IDEA CE seems to work fine, Eclipse and Netbeans should too (please tell me if
you try).## Acknowledgments
This includes [assets from Kenney][kenney] and [code from Markus Moser][genatlas] to
generate GDX texture atlases.[libgdx]: http://libgdx.badlogicgames.com
[gradle]: https://gradle.org
[kenney]: https://kenney.nl/assets
[genatlas]: https://gist.github.com/markusmo3/3219b9d53ee88bc58e0a