Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mkinney/spaceinvaders

SpaceInvaders Game in GameMakerStudio2 from tutorial
https://github.com/mkinney/spaceinvaders

game gamemaker gamemaker-studio-2 invaders space

Last synced: 23 days ago
JSON representation

SpaceInvaders Game in GameMakerStudio2 from tutorial

Awesome Lists containing this project

README

        

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)