A downloadable game

Here is the source code for my unfinished spring lisp game jam submission.  The code became very messy during the final day or so, but there are the bones of a game there.

If I make this into something playable, I will distribute the game properly.

Download

Download
little-spark.tar.gz 14 kB

Install instructions

To "play" the project as it currently stands requires a common lisp development environment and some fiddling. The system requires more recent versions of some dependencies than are available on quicklisp's dist, but they can be found on the Shirakumo dist which can be installed via the command (ql-dist:install-dist "http://dist.shirakumo.org/shirakumo.txt"). Additionally, one other dependency, 3d-spaces, must be acquired manually from https://github.com/Shirakumo/3d-spaces. Once this is done, add this project's code to a directory searched by asdf and quickload the system, then call little-spark:launch to see some moving shapes.