Tower Defence game made with Brackeys' tutorial (How to create a tower defence game). You can find the tutorial here. Added more levels and some UI elements after the tutorial.


Bug report form: https://forms.gle/MEw8w56u977K1Sum8

StatusReleased
PlatformsHTML5
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
Authormmibzz

Development log

Comments

Log in with itch.io to leave a comment.

Hi i am also watching the brakeys video and i just want to ask you thing about some glitches i have

1. how did you make it so it unlocks the levels 


2.in my game when i press ESC then restart the game loads but the enemys dont come

Hello!

1. Check your code since I don't remember having problems with unlocking levels. If you can't find anything from there. try to look for the YouTube comments for similar issues and fixes!

2. You need to add to WaveSpawner.cs at the Start function the following line: EnemiesAlive = 0; and after that the bug should be fixed.

Real nice game, although the timer got stuck after I failed level six. Apart from that I love the transitions and simplicity.

Hi! Thanks for letting me know. Unfortunately I haven't planned on updating this game but if I change my mind, I will look into that problem!

just thought you would want to know, the same thing happened to me on level 2

Hello! Just letting you know that I have now updated the game and the timer shouldn't get stuck anymore.