Contest for best game development project!

How do you make the hero change every time?

1 Like

The first one!!!

1 Like

This is one of my best :grin:

2 Likes

Lol try to beat it :smirk:

I have only beaten it once

2 Likes

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.

2 Likes

How do you make artillery in game dev?

Try this!

1 Like

So… is there a contest? :thinking:

Kind of @moonwatcher348 !!!..Is winning

1 Like

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)

2 Likes

Thanks!,!,!,

:+1::+1::+1::+1::+1:

2 Likes

Poll for whom do you like better :slightly_smiling_face:

  • moonwatcher’s game
  • my game
  • Learned’s game
  • ChickenMaster’s game
0 voters
2 Likes

i would say moons games are better as games but learned’s games are better because they are very complex

2 Likes

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.

2 Likes

Still not working…

1 Like

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.

3 Likes

i think Artilary just might not be a summonable type

2 Likes

It definitely is, Learned summoned one in their aiming game.

Yeah, now that you mention it, that could be the issue.

2 Likes