Game Test Build 04/19/2015

Here’s a link to my latest game, SuperBlock Platformer 1 (working title).  My plan is to build 3 levels with simple placeholder art, release it for free, then use the engine to make a more fully realized game later on.  Let me know if you have any questions or would like to see some of…

GML Platformer Mechanics Made Easy

The following is a simple bit of script which gives a game similar mechanics and physics to classic platformers like Mario or Mega Man, just add your own solid objects!  Eventually, I’ll repackage my physics as a stand alone function so that it can be applied to random environment objects or enemies.  This code can reworked to run in any language,…