No description
- Lua 93.9%
- GLSL 4.4%
- Nix 1.2%
- Makefile 0.5%
|
|
||
|---|---|---|
| assets | new ground ladning sound!!! | |
| example | Basic setup, with old test for love2d bootstrap | |
| modules | changed game name | |
| .DS_Store | audio | |
| .gitignore | Add export makefile for game | |
| flake.lock | Basic setup, with old test for love2d bootstrap | |
| flake.nix | Basic setup, with old test for love2d bootstrap | |
| LICENSE | Add README and LICENSE | |
| lick.lua |
Update lick.lua dependency
|
|
| main.lua | new ground ladning sound!!! | |
| makefile | Add export makefile for game | |
| README | Add README and LICENSE | |
# Secret Game ## Usage ### Requirements - love2d ### For NixOS ```console nix develop love ./ ``` ### Running the example ```console love example/ # from the root of the project ```