Nice Game Coming along
Forte
Member, PRO Posts: 297
Hi everyone,
I have been working and planning on this for months. I have finally decided to start it about 4-5 weeks ago. Its coming along well, all my little actors are behaving well and being nice to each other (most of the time )
Im thinking, "Wow, this is looking great" *Little gremlin walks into Dragokillz' head* "...!@#$%, I need to think of a certain string of code and behaviours for the enemy spawn points.
What im asking for is does anyone know a good "Formula" for this.
I have rounds, I have an attribute and a behaviour that adds +1 to the attribute called "rounds" after each round.
With the spawns, I want it to change on how fast it spawns and what it spawns through how many rounds have been completed. And also I want the enemies to have more health according to the rounds played.
Ok thanks for any ideas my Adolescent brain is going, "!!!!!!"
Cheers, Dragokillz
I have been working and planning on this for months. I have finally decided to start it about 4-5 weeks ago. Its coming along well, all my little actors are behaving well and being nice to each other (most of the time )
Im thinking, "Wow, this is looking great" *Little gremlin walks into Dragokillz' head* "...!@#$%, I need to think of a certain string of code and behaviours for the enemy spawn points.
What im asking for is does anyone know a good "Formula" for this.
I have rounds, I have an attribute and a behaviour that adds +1 to the attribute called "rounds" after each round.
With the spawns, I want it to change on how fast it spawns and what it spawns through how many rounds have been completed. And also I want the enemies to have more health according to the rounds played.
Ok thanks for any ideas my Adolescent brain is going, "!!!!!!"
Cheers, Dragokillz
Comments
spawnrate = rounds * 1s ?
spawnamount = random(rounds, rounds + 5) ?
is that what you are trying to do ?
@POLYGAMe You are not to far from Australia, I don't to have to come ALL the way over there just to hit you :P
Anyway thanks to all