0.0.19 • Published 9 months ago

@gamely/love-engine v0.0.19

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

Reimplementation of the love2d framework to make homebrew games to gba, nds, wii, ps2, tic80 and many other platforms!

Documentation

build

./cli.sh build samples/pong/main.lua --html

Configuration

  • create a love.json in in the same folder as the game.
{
    "key_a": "z",
    "key_b": "x",
    "key_c": "c",
    "key_d": "v",
    "key_menu": "p",
    "key_up": "w",
    "key_left": "a",
    "key_down": "s",
    "key_right": "d"
}
0.0.19

9 months ago

0.0.17

11 months ago