Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Well, actually, the source code is public here, so if you'd like, you can make a fork of the code and edit the game as you want. Although, I'm not sure how much coding experience you have, so it might take some effort to set everything up for building the game.

(as for your question about turret health and damage, it's defined programmatically inside the WeaponBlocks class, or in this source file)

(1 edit)

Im still learning about compileing java programs but i did make some custom maps and i found the save with 2 million of every resource. 

(here's my map it dosn't look that good yet)

Nice! I should really add a level importer sometime soon

If you want to start with every resource (and some other debug features), you can run the .JAR file through the command-line with 

java -jar desktop-1.0.jar -debug

to enable debugging. There's a bunch of random keys mapped to things like spawning a wave, but it's not documented anywhere.