Donate SIGN UP

making a space invaders game

Avatar Image
bluenose-forever | 16:59 Tue 25th May 2010 | Internet
3 Answers
i am at college and i have an assessment to do for Game Design and i am trying to make a space invaders game but i can't find any tutorials on how to make it, i have all the sprites and other bits and pieces but i just can't get them in order and i am also using game maker 7 to do this but without success can anybody help me please it would be much appreciated. Thank you in advance.
Gravatar

Answers

1 to 3 of 3rss feed

Best Answer

No best answer has yet been selected by bluenose-forever. Once a best answer has been selected, it will be shown here.

For more on marking an answer as the "Best Answer", please visit our FAQ.
I don't know about game maker 7 but the basics for making a space invaders game would be:

1) Set up the array of invaders (say 6 rows of 15 aliens), set score to 0, lives to 3
2) Allow the player to move left or right and allow him to fire a bullet
3) Move the invaders and allow them to shoot
3) Check player's bullets for hitting an invader/going off the top of the screen
3a) If all invaders are shot, start a new screen.
4) Check the invader's bullets for hitting the player or going off the bottom of the screen
4a) If the player is hit, lose a life and continue. If no lives left, game over.
What exactly are you stuck with? If you understand the mechanics of the game and the programming environment then surely its just a case of coding the routines as Squarebear has laid out and bolting it all together.
-- answer removed --

1 to 3 of 3rss feed

Do you know the answer?

making a space invaders game

Answer Question >>

Related Questions

Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.