Hi peeps,
I'm kinda new here but I've read all the stickys so hopefully my post will turn out all right and won't need to be locked or anything, here goes.
For my first game I didn't want to make pong or pac-man or something like that so I decided on a gradius/r-type/xenon clone.
I haven't done much yet but I'm already stuck.
I've got the screen set up (see piccy below) with the player's ship, you can move left and right and shoot one bullet. My problem is I want the player to be able to shoot more than one bullet, I'd prefer a system where every time the fire button was pressed a bullet was shot, so the faster you hit the button the more bullets you fire (probably resulting in painful blisters and a broken keyboard but a fun game.
I'm really stuck for ideas on how to do it, I got as far as thinking that I'd need to hold the bullets x and y positions in an array but just can't think of what else to do. Thank you in advance, I hope my post turns out alright.