Bullet hell games help

What Wick Editor Version are you using?
1.19.3

Describe the Problem
I don’t know how to make bullet hell games

What have you tried so far?
Doing code

Do you have a Wick Editor File that we can see? Optional*
Bullet Heck10-30-2021_15-08-14.wick (4.2 KB)

It’s basically a platform and bullet hell type game.

Wait wait wait.

Your problem is that you don’t know how to code the game?

Do you know some parts at least?

Of course I do.

ok, well, look at the resources around you. there is my platformer engine that has various types of platforms and spikes. you could make a map with the platforms and make spikes constantly spawn with a random x and y velocity, and make the player lose when they touch one. (and make sure you delete the spikes that are off-screen, otherwise clones will build up)

this is just one example, i’m sure there are other ways to do this.