Tagged Questions
4
votes
5answers
464 views
Trying to make a game with C++, using lists to store bullets and enemies, but they are not erased
I've been trying to make a pretty simple space shooter game with C++, and I have been having a lot of trouble trying to use lists to store enemies and bullets.
Basically I followed the post here ...
1
vote
2answers
1k views
SDL Bullet Movement
I'm currently working on my first space shooter, and I'm in the process of making my ship shoot some bullets/lasers. Unfortunately, I'm having a hard time getting the bullets to fly vertically. I'm a ...