Begin
This commit is contained in:
parent
d159e1e519
commit
1ef93799d1
2 changed files with 17 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
releases/*
|
16
README.md
Normal file
16
README.md
Normal file
|
@ -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).
|
Loading…
Reference in a new issue