I'm trying to make a bullet hell game (similar to the main touhou games), and I've procrastinated making the actual game play as long as I possibly could. I have the main menu and stuff finished so now i have to make the actual game. What would be the best way to do this? what would be the simplest, shortest way to coordinate when bullets and enemies should enter the screen? do i need like 500 things to check a timer and determine whether to add each enemy? how do most bullet hells work in that regard?

