Sacrificial Sam by HitchH1k3r 2018-12-09T00:03:29Z
Great puzzle mechanics, audio, and nice hand drawn graphics. Feels like a full game.
Foon → Ludum Dare Explorer → Users → Jeorb
| Year | LD | Theme | Game | Division | Rank | Ov | Fu | In | Th | Gr | Hu | Mo | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2018 | 43 | Sacrifices must be made | Jeorb's Folly | jam | 1010 | 2.57 | 2.46 | 2.15 | 2.00 | 2.00 | 2.03 | 2.53 |
Great puzzle mechanics, audio, and nice hand drawn graphics. Feels like a full game.
Great pixelated graphics and good sounds. The music was great at first but got repetitive quickly.
The simple polygon graphics are really nice and basic the mechanics work well. It would be nice if there was more feedback on what was going on with the disasters and some sort of warning so players know "uh-oh, Zanos is about to be angry."
Linux build goes fullscreen and the screen fades between two shades of purple with nothing else displayed. Couldn't get it to do anything else and no buttons caused it to exit (had to kill the process from another terminal). The screenshots look really good.
@maxkyckling I don't see a link to the HTML version. Where can I find that?
@nbrengle and @kruemelkeksfan: The font in that error message is in the zip but it can't find the resources unless you are in the extracted directory when launching the binary.
@miziziziz: I compiled the Linux version on Ubuntu 18.04 and later realized that ties the application to a fairly recent glibc version (when I tried it on my chromebook).
Thanks for the feedback. I now have a couple lessons learned for the next Ludum Dare: - Compile a webassembly version - Compile the resources in to the binary to simplify distribution and path issues - Compile the Linux version in a VM with reasonably old versions of libraries