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 ```` -