I like the idea! It's still looking like a prototype, but seems promising. I hope you keep improving it =)
Play game
Darkness Looming's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Entertainment - How enjoyable/replayable is it? | #14 | 2.324 | 3.000 |
Creativity - How original is the idea? | #14 | 2.453 | 3.167 |
Language use - How well was Lisp incorporated into the design? | #15 | 2.840 | 3.667 |
Overall | #15 | 2.453 | 3.167 |
Presentation - How does it look/feel? | #16 | 2.195 | 2.833 |
Ranked from 6 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
Comments
I'm trying to get it to run, but I get the following error: https://paste.gnome.org/pg99xjaks
I ran darkness-looming from withing the bin folder. What I find weird, is that the file is a shared library rather than a binary.
I'm using Devuan ASCII. https://devuan.org/
Which basically corresponds to using Debian Stretch.
All right, I've installed Devuan ASCII in virtualbox and wasn't able to reproduce the bug you're experiencing :(
Are you 100% sure that sound files (like e.g. "music.mp3") are unpacked and available under relative path "assets/sounds/" to the game binary? And that you have SDL2_mixer installed from repository (i.e. not from some local sudo make install)?
I got "Illegal Instruction" trying to run the compiled binary. Trying to run from source with Racket errored out with "sdl.rkt:3:20: collection not found".
I am running it on an Intel Core i5.
Thanks for the instructions. Maybe that should go in the readme.
After installing those packages I get "ffi-lib: couldn't open "libSDL2.so" (libSDL2.so: cannot open shared object file: No such file or directory)" despite the fact that I have installed the libsdl2 package with apt-get. (Debian Stable)
Yeah, Debian/Ubuntu maintainers have weird ideas about sonames. This incantation should do it:
sudo ln -s /usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0 /usr/lib/libSDL2.so
sudo ln -s /usr/lib/x86_64-linux-gnu/libSDL2_image-2.0.so.0 /usr/lib/libSDL2_image.so
sudo ln -s /usr/lib/x86_64-linux-gnu/libSDL2_mixer-2.0.so.0 /usr/lib/libSDL2_mixer.so
sudo ln -s /usr/lib/x86_64-linux-gnu/libSDL2_ttf-2.0.so.0 /usr/lib/libSDL2_ttf.so
Leave a comment
Log in with itch.io to leave a comment.