diff --git a/README.md b/README.md index 3020a96..5f88c33 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ A two-player cooperative cleaning game built with [Fennel](https://fennel-lang.org/) and [Löve 2D](https://www.love2d.org/). +The Löve2d Fennel setup is based on https://git.sr.ht/~benthor/absolutely-minimal-love2d-fennel/tree/master/item/README.md + +Color pallet is ["curiosities", Created by sukinapan](https://lospec.com/palette-list/curiosities). + +And though this is a git repo I use [Jujutsu](https://docs.jj-vcs.dev/latest/) for version control. + ## Setup 1. Install LÖVE 2D following the [Getting Started guide](https://love2d.org/wiki/Getting_Started)