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
- Host: GitHub
- URL: https://github.com/minidigger/projecttd
- Owner: MiniDigger
- License: mit
- Created: 2017-03-28T21:16:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-18T10:29:40.000Z (over 6 years ago)
- Last Synced: 2025-04-07T17:46:23.909Z (11 months ago)
- Topics: game-development, java, libgdx, towerdefense
- Language: Java
- Homepage:
- Size: 749 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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))