Update main README.md
This commit is contained in:
parent
caafe24036
commit
e0d19d5d61
1 changed files with 7 additions and 3 deletions
10
README.md
10
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
|
||||
````
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue