Original Post
Hi,
I have recently revived an old blog of mine : http://xnatd.blogspot.com/. It is devoted to creating a full TD using XNA. So far I have 10 tutorials online :
Tower Defense Tutorials :
I have recently revived an old blog of mine : http://xnatd.blogspot.com/. It is devoted to creating a full TD using XNA. So far I have 10 tutorials online :
Tower Defense Tutorials :
- Tutorial 1 : Drawing the level.
- Tutorial 2 : Create a Sprite base class.
- Tutorial 3 : Creating the Enemy class.
- Tutorial 4 : Adding way-points and enemy movement.
- Tutorial 5 : Making a base Tower class.
- Tutorial 6 : Tower placement and management.
- Tutorial 7 : Extending the tower class and adding projectiles.
- Tutorial 8 : Adding a wave of enemies.
- Tutorial 9 : Adding multiple waves
- Tutorial 10 : Creating the GUI (Part 1)
- Tutorial 11 : Creating the GUI (Part 2)
- Tutorial 12 : Adding a New Tower Type
- Tutorial 13 : Adding the Slow Tower
- Tutorial 14 : Polishing the Game
- Tutorial 14.5 : Drag and Drop Towers
Pathfinding Tutorials :
- A* Pathfinding Tutorial : Part 1
- A* Pathfinding Tutorial : Part 2
- A* Pathfinding Tutorial : Part 3
All the tutorials (excluding Tutorial 1 and Tutorial 2) have accompanying source code. The blog also contains source code for a finished Tower Defence (albeit old and slightly different to the final project made using the tutorials). Hopefully you will find the tutorials helpful, and any feedback is welcomed (Good or Bad :P)