Posts

Showing posts from June, 2025

🧠 How I Built a Sudoku Game Using Amazon Q CLI — With Just Prompts!

Image
What happens when you mix a strong idea with a smart AI CLI? You get a fully working game — without writing a single line of code yourself. Here's how I, Kavya Trivedi , built a complete Sudoku game using Amazon Q CLI , step by step. 🚀 Quick Links 🎥 Watch the Game in Action 📦 View the Source Code on GitHub 📲 See the LinkedIn Carousel Post 💡 Why I Built This As a developer passionate about trying emerging tools, I, Kavya Trivedi , recently explored Amazon Q CLI , a GenAI-powered CLI by AWS that helps developers build applications with natural language. I was curious: Could I actually build something real — like a game — just by describing it? Could GenAI handle logic, UI, and interactivity? So I put it to the test. The result? A complete Sudoku game — no manual coding required. ⚙️ Setup Phase — The Toughest Part Getting started with Amazon Q CLI wasn’t easy. I spent nearly 2 hours setting things up — here's what I did: Signed up for an AWS Builder ID ...