From 1ef93799d18d7a663584034a73636a73cc8f7af1 Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Tue, 29 Oct 2024 19:44:16 -0400 Subject: [PATCH] Begin --- .gitignore | 1 + README.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e40d358 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +releases/* diff --git a/README.md b/README.md new file mode 100644 index 0000000..df2c34e --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# Autumn Lisp Game Jam Game + +A game jam! It'll have mazes and be ray-cast based! + +I'm drawing heavily upon my previous ray casting exploration, which can be found +[here](https://forge.niblock.tech/vagabond/fennel-ray-casting) ([Codeberg +Mirror](https://codeberg.org/VagabondAzulien/fennel-ray-casting)). + +This project was started with the +[min-love2d-fennel](https://gitlab.com/alexjgriffith/min-love2d-fennel) project +authored by Alex Griffith. + +## Assets + +This project uses textures made by thatguynm found here: +[64px Textures/Tilesheet](https://thatguynm.itch.io/pixelated-textures).