No description
Find a file
Travis Shears 9a79400080
render dust fog of war
Press any key to quit" 10 10))
2026-04-06 20:42:14 +02:00
hello_world Init fennel setup 2025-07-05 13:24:36 +02:00
hello_world_lua init with lua hello world example 2025-07-05 13:14:36 +02:00
one_line init two_player_cleaning_game 2026-04-03 16:59:22 +02:00
two_player_cleaning_game render dust fog of war 2026-04-06 20:42:14 +02:00
.DS_Store render colors 2026-04-05 21:59:23 +02:00
.gitignore ignore .DS_Store files 2026-04-05 22:00:22 +02:00
CLAUDE.md render colors 2026-04-05 21:59:23 +02:00
fennel-1.5.3.lua Init fennel setup 2025-07-05 13:24:36 +02:00
fennel_bootstrap.lua Init fennel setup 2025-07-05 13:24:36 +02:00
LICENSE.md add license 2025-07-05 13:25:45 +02:00
README.md Init fennel setup 2025-07-05 13:24:36 +02:00

Playing around with Love 2D, Lua, and Fennel.

Dev

Init

Follow steps at here to download, install, and add Love 2d to path.

Once done games can be started with love ./game_dir

Dir setup

Fennel setup copied from ~benthor/absolutely-minimal-love2d-fennel. Since fennel.lua and main.lua are the same for each game/project I put them on root level and soft linked to them in the project folders.

.
├── README.md
├── fennel-1.5.3.lua
├── fennel_bootstrap.lua
└── hello_world
    ├── fennel.lua -> ../fennel-1.5.3.lua
    ├── main.fnl
    └── main.lua -> ../fennel_bootstrap.lua