From e0d19d5d61df7b899daaf61299db86e38ffc84d3 Mon Sep 17 00:00:00 2001 From: Travis Shears Date: Mon, 13 Apr 2026 14:39:39 +0200 Subject: [PATCH] Update main README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6821fc2..708ee1f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ -Playing around with [Love 2D](https://www.love2d.org/), [Lua](https://www.lua.org/), -and [Fennel](https://fennel-lang.org/). +# Löve2D Lisp Experiments + +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 @@ -26,4 +31,3 @@ in the project folders.    ├── main.fnl    └── main.lua -> ../fennel_bootstrap.lua ```` -