The minigame I've been working on at my day job has been released,
play "Don't Get Shot" free at Kongregate. This minigame is released
in support of the release of the first issue of Exile.
The game is a reversal on the popular top down shmup genre, in ...
Continuing the Flixel theme that seems to be brewing here, I found a
good way to transform images from full dimension art to sprite sheets.
This is useful when converting an image into a sheet compatible with the
Flixel tile and map system. In my case I am using it ...
I haven't found a decent source of information about this on the
interwebs so I thought I'd share my findings. Flixel doesn't have any
built in pixel perfect collision support, it just assumes that you are
using square (or at least rectangle) sprites and don't use ...