Pixel-style game template based on LÖVE engine.
- Pixel-perfect and tile-based:
- Scaling
- GUI
- Multiplayer:
- Server
- Database (sqlite?)
- Communications (enet?)
- Authorization
- Lobby and chat
- Tic-tac-toe ranking game
- Server
- Additional:
- Full documentation (sumneko-lsp)
- Very simple but powerful prototype-based OOP
- Preconfigured vscode-debugger
- Advanced logging and debugging libs
- Palette and batching helpers
- Easy import grids and animations from libresprite
- love >11
- lua >5 or luajit >2 (for run tasks)
- luarocks >3 (for
luacheck
) - npm > 8 (for
nomnoml
)
- Fork this repo
- Clone your fork
- Install dependencies:
lua run/install.lua
- Update submodules:
lua run/update.lua