1
0
Fork
You've already forked game
0
No description
  • Lua 93.9%
  • GLSL 4.4%
  • Nix 1.2%
  • Makefile 0.5%
Find a file
2025年07月20日 19:29:41 -04:00
assets new ground ladning sound!!! 2025年07月20日 04:59:25 -04:00
example Basic setup, with old test for love2d bootstrap 2025年07月18日 15:27:02 -04:00
modules changed game name 2025年07月20日 19:29:41 -04:00
.DS_Store audio 2025年07月19日 21:39:28 -04:00
.gitignore Add export makefile for game 2025年07月20日 10:53:34 -04:00
flake.lock Basic setup, with old test for love2d bootstrap 2025年07月18日 15:27:02 -04:00
flake.nix Basic setup, with old test for love2d bootstrap 2025年07月18日 15:27:02 -04:00
LICENSE Add README and LICENSE 2025年07月18日 15:31:08 -04:00
lick.lua Update lick.lua dependency 2025年07月18日 22:11:40 -04:00
main.lua new ground ladning sound!!! 2025年07月20日 04:59:25 -04:00
makefile Add export makefile for game 2025年07月20日 10:53:34 -04:00
README Add README and LICENSE 2025年07月18日 15:31:08 -04:00

# Secret Game
## Usage
### Requirements
- love2d
### For NixOS
```console
nix develop
love ./
```
### Running the example
```console
love example/ # from the root of the project
```