emerald 0.3.214

A lite, fully featured 2D game engine.
Documentation
1
2
3
4
5
6
7
8
{
    "entities": [
        [
            { "Position": { "x": 80, "y": 80 } },
            { "Sprite": { "path": "./examples/assets/bunny.png", "offset": { "x": 0, "y": 0 } } }
        ]
    ]
}