how to make a maze game
how to do wave and enemies left like this
Develop games in your browser. Powerful, performant & highly capable.
Basic example of how you could handle enemies left & waves.
[attachment=0:ojuh7f3j][/attachment:ojuh7f3j]
global Var Enemys as number
when Enemy is spawned increase the Var Enemys
when destoyed decrease the Var Enemys
create a layer with paralax 0,0 and place a text with the label Enemys_left_txt
every tick --> Enemys_left_txt = Enemys
thank you