/GameMaker-Examples

Game Maker source codes from COGS meetings

Primary LanguageNSIS

These are various Game Maker examples we've created/gone over in COGS meetings. They should all be able to be run in the free version of Game Maker Studio. Each project also includes a few practice challenge problems (included in the scripts folder of the project), with hints and tips to guide you through them. If you're interested in learning Game Maker, give them a try!

#Projects ###ShipTutorial.gmx An illustration of Game Maker's inheritance (child-parent) functions. There's a ship with passengers on it -- the passengers can walk around and move independently, but when the ship moves, all the passengers move with it.

Included Challenge Problems:

  • Add background music
  • Learn how to use predefined paths in Game Maker
  • Don't allow the ship to move outside the map
  • Add a camera system

###PlatformerTutorial.gmx A very simple implementation of a platformer game engine.

Included Challenge Problems:

  • Implement double jumping
  • Add proper collisions with walls
  • Implement wall jumping
  • Give the player the ability to shoot bullets