TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: LLM-Tetris-A Classic Tetris Game in Go, 95% AI-Generated

5 pointsby laxk3 months ago
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.

2 comments

tydunn3 months ago
Super cool! I enjoyed reading Harper Reed&#x27;s post too. For anyone, who hasn&#x27;t seen it: <a href="https:&#x2F;&#x2F;harper.blog&#x2F;2025&#x2F;02&#x2F;16&#x2F;my-llm-codegen-workflow-atm&#x2F;" rel="nofollow">https:&#x2F;&#x2F;harper.blog&#x2F;2025&#x2F;02&#x2F;16&#x2F;my-llm-codegen-workflow-atm&#x2F;</a>
codecarter3 months ago
Nice. Simple and just works. Salute