public marks

PUBLIC MARKS from sylvainulg with tags collision & coding

27 June 2011 20:30

The life of a Games Programmer: Collision detection...

(via)
Lemmings never did full sprite to background collision checking, in fact all it did was test a pixel at the feet of a lemming, into the mask. And you could do that directly in GML if you wanted to! In fact, Lemmings had a "1600x160" play area, and you could easily convert this to a 200x160 "BIT" per-pixel mask.

sylvainulg's TAGS related to tag collision

2D engine +   coding +   detection +   game +   game engine +   gamemaker +   guide +   platformer +   programming +   quadtree +   readme +   sidescroller +   sprites +   SSF2 +   tile +   tutorial +   video game +