/SpaceInvaders

SpaceInvaders Game in GameMakerStudio2 from tutorial

Primary LanguageGame Maker Language

Tutorial from https://app.pluralsight.com/library/courses/game-maker-studio-making-first-game-2419

Note: This tutorial was created using v1.4 and using Drag and Drop. I've used v2 and GML (code).

Here is a screenshot:

TODOs:

  • figure out how to get_string_async() for high score since get_string() is deprecated
  • deal with having ship not scroll to top (from bottom)
  • ships after they scroll past the bottom of the screen
  • create levels programatically (maybe)
  • work on collision control of everything
  • more levels (maybe)