I built a console-based Tetris game in Go using LLM for code generation. 95% of the code was AI-generated using ChatGPT4o and continue.dev in VSCode. The project was inspired by Harper Reed’s post on AI-assisted development, and I used his prompting method to guide the process.
Super cool! I enjoyed reading Harper Reed's post too. For anyone, who hasn't seen it: <a href="https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/" rel="nofollow">https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/</a>