Paper Viking

It’s a mobile / web fully physicalised platformer where you play a papercraft Viking. It’s built with AIR + Starling, with a little DragonBones for bosses. The physic engine behind is Nape

To create levels, I made an editor that allows to create non-rectangular tiled environnements (elements are coming from an atlas).
Grounds, clouds and ladders are drawn with Bezier curves and converted to physic polygons at runtime using a marching square algorithm.

There’s also a flag system to setup enemies and bonusses.

The editor is flexible enough to fit other game engines and gameplays.