Snake by LLM
This is a short post with very little real content. I wanted to test how easy it will be to make a snake game with GPT-5, using the Codex programming assistant (agent?) that is able to generate pull requests directly into a github repo. My goal was to make something simple that compiles to wasm and then deploy it on a Hugo page (which is the publishing tool used to build this blog), just to see how easy it may be. Conclusion: it’s easy. I hardly read the code at all, so for all I know it may be very bad. ...