Winner of “Best Game App” here (well one of the “lesser” prizes, but still, one is allowed to reflect!). Some random thoughts:
Positives:
- Strong artistic vision: I am to make an indie/doujin game. It should not look out-of-place in Comiket. This is who I am and what I am good at. I should use a retro game engine – either pico8 or pyxel. Given the AI things the Python-based pyxel it is then. Btw
pyxel
is awesome, and you should check it out. - Beelined strategy: I am only here to win the best game category – I aim for no more, no less. I have decent ROI if I aim for that – two months for possibly $50k – not shabby. This is “easy mode” compared to Ludum Dare.
Things that did not go too well:
- Feature creep (as always). So much stuff didn’t make it into the final video or game. I brainstormed too much, implemented too much, and burned out a lot. Many boba teas died in the making of this video.
- The LLM fun times. Each step would break with like a 5-10% chance because… LLMs being LLMs. You can optimize prompts somewhat but cascading failures killed some ambitious ideas. Thank god for error catching - at least the whole game world didn’t explode.
- Mid-dev requirement surprises. Found out halfway through that we needed to check boxes for “accessibility, environmental sustainability” - well, I guess my game is better than Disco Elysium now in that my game promotes more on environmental sustainability…?
Random remarks:
- This is strangely like indie game making. Good games die all the time, and good trailers can get people excited like crazy. Unfortunately, hype sells. That’s why so much money is spent on trailers for many games. So I woke up my old cynical self and started producing videos – this is the inescapable fate of indie game devs.
- It is very very good that this competition has a game category. Games you sell in Comiket tend not to fare well
in the southin hackathons. I am glad that this competition format still allowed a very indie-looking doujin-inspired game to win. I do feel validated.Doujin makers from the world unite! - I regretted the name “Pen Apple” – for perhaps obvious reasons – but welp I am bad at naming things and I do like how hilariously “pineapple”-sounding the name is.
AI thoughts:
- I tried using LLMs as a sort of “world model” - they’re impressively great at that, but sometimes hilariously bad. Got to say though, Gemini Flash really impressed me! I use gpt4o-mini more nowadays, but Gemini Flash was (as far as I know) the first “small very-capable LLM” that was very cheap yet more than capable.