Update main README.md

This commit is contained in:
Travis Shears 2026-04-13 14:39:39 +02:00
parent caafe24036
commit e0d19d5d61
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469

View file

@ -1,5 +1,10 @@
Playing around with [Love 2D](https://www.love2d.org/), [Lua](https://www.lua.org/), # Löve2D Lisp Experiments
and [Fennel](https://fennel-lang.org/).
This repo is my personal experiments in game dev with lisp. The games are written in
[Fennel](https://fennel-lang.org/) and use the [Löve 2D](https://www.love2d.org/) game engine.
Scripts for game data are wrtten in Clojure via [Babashka](https://babashka.org/). I use 2D pixel
tool [Aseprite](https://www.aseprite.org/) for painting and then [Tiled](https://thorbjorn.itch.io/tiled)
to create maps out of the sprites.
## Dev ## Dev
@ -26,4 +31,3 @@ in the project folders.
   ├── main.fnl    ├── main.fnl
   └── main.lua -> ../fennel_bootstrap.lua    └── main.lua -> ../fennel_bootstrap.lua
```` ````