News0 min ago
making a space invaders game
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.
Answers
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.
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.
-- answer removed --
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.