Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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