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.
projects
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.
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.
gmFunctional »
March 25, 2011 • projects
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.