Spooky Pooky #7 - Tile Objects

Sprites built out of tiles and edited in Tiled

Published on 19 Sep 2014 by Joe

It was while I was writing an XML parser in C that I started to question my motivation behind this project ...

Still, it all worked out - radically cleaned up my Tiled loader code, plus finally sorted out the rest of the system so I can throw entities about with custom handlers for AI etc.

The result, so far, is that I can flag chunks of scenery as being independent entities that I can then do things with - such as move around on paths (defined using polylines in Tiled), float about in water or have their state changed via triggers.

Above is a test level showing a simple up/down platform, some tiles following a path, a big chunk of scenery bobbing about in water and a square chunk of stone hanging from the ceiling waiting for a button press to release it.

I've also now replaced the old very specific custom code that drove the up/down platforms with this new generic system, which cleaned things up considerably.

So, I'm getting there with organisation and slowly getting enough elements together so that I can put some proper trial levels together.

Of course if I was't writing this thing from scratch then I wouldn't have had to write a (simple) physics system, an XML parser, a Tiled level loader and a million other things. But I can't help it ... it's more fun this way.

Published on 19 Sep 2014 by Joe
Back to index