Boxclip is a work in progress 2D platform engine using the love2d framework with it's own custom built-in map editor.
Create levels by simply dragging and dropping platforms, and placing entities into the world.
Visit the Wiki for help with game controls and editor features here:
$ git clone [email protected]:Jigoku/boxclip.git
Install love2d (at least version 0.10.2), and simply type
love .
in the src/ directory or you can create a love executable which can be ran directly by using the Makefile:
$ make && make all
$ cd build
$ love boxclip-*.love
Please note this is alpha software, there is no stable release yet. Currently the plans are to have a box collision based world with a map editor, and simple path-based enemies. This may change at any time.