FoonLudum Dare ExplorerUsers → Jeorb

Jeorb

Games

YearLDThemeGameDivisionRankOvFuInThGrHuMo
201843Sacrifices must be madeJeorb's Follyjam10102.572.462.152.002.002.032.53

Performance over time

overall score (left axis) percentile (right axis)

Scatterplots

Fun vs Overall

Innovation vs Overall

Theme vs Overall

Graphics vs Overall

Humor vs Overall

Mood vs Overall

Comments by Jeorb

LD43 — Sacrifices must be made

Sacrificial Sam by HitchH1k3r 2018-12-09T00:03:29Z

Great puzzle mechanics, audio, and nice hand drawn graphics. Feels like a full game.

Santa Saves Christmas by paulhocker 2018-12-08T23:32:56Z

Great pixelated graphics and good sounds. The music was great at first but got repetitive quickly.

Years of Zanos by testlab 2018-12-22T17:43:09Z

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."

Superesse sum sacrificium by LogFlames 2018-12-22T19:20:09Z

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.

Superesse sum sacrificium by LogFlames 2018-12-24T16:45:43Z

@maxkyckling I don't see a link to the HTML version. Where can I find that?

Jeorb's Folly by Jeorb 2018-12-24T16:40:13Z

@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