Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Could you provide some basic instructions for running this from the source download? I'm not a CL person so I'm not familiar with the prerequisites needed for the quicklisp instructions you already have.

(+1)

Sure.

1. Install sbcl

You can use your package manager or download it from http://sbcl.org/platform-table.html

2. Install quicklisp

Follow the instructions in https://www.quicklisp.org/beta/

3. Extract the zonquerer source tarball to ~/quicklisp/local-projects

4. Run sbcl, type (ql:quickload "zonquerer")

This will load zonquerer and its dependencies, downloading the latter if necessary

5. Type (zonquerer:play)

This should hopefully start the game.


If you have any issues, don't hesitate to ask.

That worked, thanks!

For anyone using Guix that is trying to run this, this is what I need to get the dependencies and start SBCL the right way:

guix environment --ad-hoc sbcl sdl2
LD_LIBRARY_PATH=$GUIX_ENVIRONMENT/lib sbcl