• by pimlottc on 6/8/2024, 4:23:01 PM

    Nice writeup!

    Did this game ever launch? Is there a playable version? The official website is broken [0] and the Steam page still says "Coming soon" [1]

    0: https://deceivergame.com/

    1: https://store.steampowered.com/app/728100/DECEIVER/

  • by doodlebugging on 6/8/2024, 5:32:59 PM

    Great writeup. A lesson in troubleshooting.

    One thing I don't get though is the programmer's choice of a tripod bot. It seems like the least stable bot form. Once a leg is lifted the bot should begin to rotate towards the unsupported side. Having two legs in the air at the same time should be a no-go. At that point it begins to make sense to have thrusters on the underside to keep it stable or to have it gyroscopically stabilized.

    I know it's just a game but the whole exercise was about tweaking things until they made physical sense to the players. This tripod bot choice made no sense to me.

  • by dang on 6/8/2024, 3:24:14 PM

    Discussed at the time:

    The Poor Man's 3D Camera - https://news.ycombinator.com/item?id=15797045 - Nov 2017 (36 comments)

  • by iKlsR on 6/8/2024, 3:32:56 PM

    Author has a similar post on his blog, poor man's multithreading, took me down a rabbit hole for many many months getting equivalent in Qt for a multithreaded opengl renderer 8 years ago. Ended up learning a lot on profiling, memory alignment, rolled some toy stuff like a circular buffer, lightweight mutex and a serialization lib. Fun painful times but probably wouldn't do it again. Funnily enough it was also one of the first things I asked gpt when it became widely available and it laid out a decent enough example with glfw and stdlib.