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

https://github.com/minidigger/projecttd

A multi platform tower defence game using libgdx
https://github.com/minidigger/projecttd

game-development java libgdx towerdefense

Last synced: 8 months ago
JSON representation

A multi platform tower defence game using libgdx

Awesome Lists containing this project

README

          

# projecttd

A line tower wars remake (remember, that warcraft 3 map everybody wasted hundreds of nights on) in java using libgdx.
Currently targeting desktop (its java, so windows, linux, mac, whatever works), android and browser (via GWT, a java to js transpiler).
Imgur album with progress updates: https://imgur.com/a/0FReW
# building

Well, go figure, it uses gradle. Works as usual.
Interesting tasks:
- gradle desktop:run: runs the game on desktop
- gradle html:superDev: starts GWT superdev mode, you can access the game at localhost:8080/html
- gradle idea: generates intellij project

# art

currently using a tileset by kenny.nl, go check his stuff out!
(If you find/want to make something better for me, just open an issue/pr :P)

# license

its MIT, so yeah.
(if you don't know what that means, go check out githubs nice new lil explainy thingy [here](LICENSE.md))