Mission: Defence - New tower defence game

http://www.missiondefence.com/Images/Screenshots/ss5_Small.jpg

Mission: Defence is a new tower defence style game where you defend your main base from waves of attackers. Unlike most tower defence games in Mission: defence towers you place can and will be attacked by the enemies. This adds new things to consider while playing - you must not only kill the attackers, but also have enough defence to survive.

There are 6 types of tower available to use in addition to your main base which contains three powerful abilities. All towers are upgradable with basic upgrades which increase the towers health or damage and special upgrades which can drastically alter how a tower works. This creates a lot of variety and means there is a lot of possibilities to try.

Currently Mission: Defence consists of an endless play mode where you try to survive for as long as possible to get the highest score you can. The game includes a golbal highscore system so you can compair your score to everyone else, and if you do well enough - earn your own place on the highscore tables.

To play Mission: Defence and learn more about it please visit the website: http://www.missiondefence.com/

The game is still in development and any comments or sugestions are welcome. Hopefully there are no major bugs but if you find one please post it here.

Great game, lots of depth to it. Lots of choice. The open field design is great and makes a good change from most TD games. It’s quite a challenge on difficult!

Love the growing grass effects… Lots of interesting subtle effect going on, with lots of choice on towers with some very cool real time control.

Will take several plays to try out the tower abilities.

Nice game, at least im #1 in your highscore (#2 overall).
But the mobs get to strong, destroying my towers with only a few shots.

Very nice and challenging game, but the same monsters gets a little boring.

Thankyou for the comments so far.

Yes, I encourage you to experiment with all the different towers and their upgrades to find something that works well for you.

Currently Mission: Defence is only available in an endless mode where you try to survive for as long as possible - the mobs intentionally get stronger so your not playing forever.

I agree that the waves of enemies you fight need more variety. I am currently in the process of creating a few new enemies to make things more interesting. I am also considering the possibility of allowing waves to sometimes contain more than one type of creature.

Pretty amazing man I commend you. Any chance we could talk about coding sometime? I am coding a TD game too and I need some tips!

I checked out your game in the WIP section, you have made a good start with it. I love those particle effects! I would be happy to discuss coding with you, is there anything specific you would like some tips on?

what graphics api did u use?

I created a custom built pixel renderer from scratch, including methods for rotating and scaleing etc. Its somewhat inspired by how Mojangs/Notchs Catacomb Snatch and Minitale are coded.

i have a lot of great ideas for the best tower defenSe game
i know it’s hard to believe me but i’m sure
i’d share with u ideas if there is a chance to make the game with me
i’m a good experienced java coder (4 java games by myself alone)
with a good understanding of geometry and fast ways to code even 3d graphics but we would use 2d with rotation
say what?

btw the best tower defense games i know r: desktop tower defense & azgard tower defense

I would be interested in seeing some of the games you have made already. Do you have any screenshots/videos/playable games that I could take a look at?

http://doom77.sourceforge.net/
rather not a game but engine demo
made in 2 weeks

Dang it. I am so sorry about the VERY late reply, I had a total brain wack and forgot… Anyway, the things I would like to discuss is 1) The way you did the awesome animation of the blue circle rotating around a tower when selected, and 2) How you did the engine part of the game: I can see that the terrain is block based, but did you base the positions of the tower on the same blocks? as well as 3) Game loops. I am having serious trouble with mine and the way it is running on different computers as well as delta and all that other stuff. I know this is a hard thing for a developer to do, but could I see the code you made for the game loop?

Also, how did you make the lasers point in the direction of the mob? I can see that it is an image, but how did you rotate it? I always have trouble with rotation.