Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.36 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.36 KB

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

Consoles 🕹️

Desktop / Others 💻

Documentation

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"
}