How do you make the hero change every time?
The first one!!!
This is one of my best
Lol try to beat it
I have only beaten it once
I put together an array of all the different hero spawn types, pick a random element of the array, and set that as the hero spawn type.
How do you make artillery in game dev?
Try this!
So⌠is there a contest?
Kind of @moonwatcher348 !!!..Is winning
game.spawnXY(âartilleryâ, x, y)
That did not workâŚ
You need to replace the x and y at the end with the x and y coordinates of where you want to spawn it.
e.g. game.spawnXY("artillery", 36, 8)
Thanks!,!,!,
Poll for whom do you like better
- moonwatcherâs game
- my game
- Learnedâs game
- ChickenMasterâs game
i would say moons games are better as games but learnedâs games are better because they are very complex
Managed to get my games onto a single level. I put them all at the following link:
I am shifting my games to this level, so I can publish more than two games for the competition. My original post has been edited accordingly.
Still not workingâŚ
What programming language are you using? I am using python, so if you are using a different programming language, that could be why it does not work.
i think Artilary just might not be a summonable type
It definitely is, Learned summoned one in their aiming game.
Yeah, now that you mention it, that could be the issue.