| Engine | Author |
|---|---|
|
Jump on top of enemy
This engine shows you how to jump on top of the enemy and kill him. But if he makes collision with you and you haven't jumped on him, you are dead. |
By javierkos
October 27, 2009 |
|
Raster Terrain Engine
This is a raster-based terrain engine which supports both construction and destruction in real time. In the example, the left mouse button is used to destroy a region of terrain... |
By Daniel
January 12, 2009 |
|
Linked List Library
This is a collection of scripts which implement linked lists in GML. Why use linked lists? Depending on what you're doing,... |
By Daniel
December 30, 2008 |
|
Data Handling Example
Demonstrates how data can encoded and decoded to and from binary; also includes encryption and decryption |
By Daniel
December 28, 2008 |
|
Graph Library
This is a library of scripts for creating, manipulating, searching and rendering weighted digraphs. The scripts mimic the built-in data structures, so they should be easy to adapt to.... |
By Daniel
December 27, 2008 |