FoonLudum Dare ExplorerUsers → DubThink

DubThink

Games

YearLDThemeGameDivisionRankOvFuInThGrAuMo
201843Sacrifices must be made👥Omnibarjam6963.212.783.062.803.603.10
201740The more you have, the worse it is👥The Bystander Effectjam10882.692.473.023.002.862.803.13

Performance over time

overall score (left axis) percentile (right axis)

Scatterplots

Fun vs Overall

Innovation vs Overall

Theme vs Overall

Graphics vs Overall

Audio vs Overall

Mood vs Overall

Comments by DubThink

LD43 — Sacrifices must be made

Cute Army Conquest by MestreRothLD 2018-12-05T02:40:30Z

I'm blown away on the polish and art on this one. Nice work!

Mountain Rescue 2019 by farfin 2018-12-05T03:04:29Z

Great game! I wish there was sound, but overall a fun time. I love the falling animation at the beginning. Also, I think I found the true ending:

2018-12-04_21-51-26.png

Mountain Rescue 2019 by farfin 2018-12-06T02:00:19Z

When I played this game the first time, I thought "you know what, this would work with a TAS speedrun." So I did just that during class. I present the penguin% tool-assisted speedrun in 33.03 seconds.

tas2.gif

Omnibar by DubThink 2018-12-08T02:14:27Z

@trifectuh It's mostly accomplished using techniques from the demoscene - exe compressors, careful control of what is and isn't being linked, a synthesizer (v2 specifically) written mostly in assembly. Probably half of the code I wrote was glsl- all of the world visuals and almost all of the animation is done on the gpu. I used signed distance fields (SDFs) and a raymarching renderer for rendering, which have a very small code footprint. ([how they work](http://jamie-wong.com/2016/07/15/ray-marching-signed-distance-functions/), [a bunch of really good examples](http://iquilezles.org/www/articles/raymarchingdf/raymarchingdf.htm)). I also have the source up on github if you want to take a look. Let me know if you have more questions!

@eriku Super glad to hear that you thought it was doom-like! I definitely was taking inspiration from doom in my gameplay design. And yeah, windows defender isn't a big fan of any really tiny compressed .exes.