Adrenaline »

July 13, 2011 • projects

monotone_star_favorite_round

Adrenaline is a freeware, top-down, multiplayer shooter featuring assault rifles, submachine guns, lasers, grenades, mines, miniguns and more. It has been described as “Alien Breed crosses with Quake” by TotalPCGaming magazine.

more »


gmUnit »

May 5, 2011 • projects

monotone_star_favorite_round

gmUnit is an xUnit style unit testing and profiling suite for GameMaker. Unit testing allows you to automatically test your scripts by providing known inputs and expected outputs, revealing instantly and exactly where a fault has occurred after you modify your code. It is extremely quick and easy to use.

more »


gmJSON »

April 12, 2011 • projects

monotone_star_favorite_round

gmJSON is a JSON parser and generator written in GML for GameMaker. JSON is a lightweight data interchange format (ala XML) that is supported by all major languages.

more »


gmFunctional »

March 25, 2011 • projects

monotone_star_favorite_round

gmFunctional is a script library to enable functional style programming in Game Maker. It is suitable for whenever you wish to process strings or lists, or do mathematical computations. It reduces the amount of code you need to write as most of the leg work is handled for you.

more »