๐ I built a fun browser-based Sudoku Game in under 30 minutes using the power of Amazon Q Developer CLI โ a generative AI tool that turns natural language prompts into real code!
Yes, I joined the movement too โ
#BuildWithAmazonQ๐ฅ
๐ง Amazon Q CLI allowed me to describe features in plain English, and it generated the full HTML/CSS/JS code for a playable Sudoku board.
Sudoku is a classic logic-based number puzzle played on a 9x9 grid, divided into nine 3x3 subgrids.
Fill the grid so that:
- โ
Each row contains digits
1โ9without repetition - โ
Each column contains digits
1โ9without repetition - โ
Each 3x3 block contains digits
1โ9without repetition
- ๐ฎ Interactive 9x9 Sudoku Grid
- ๐ง Logic-based puzzle generation
- โจ Clean UI built with HTML, CSS, and Vanilla JS
- โก Generated using Amazon Q Developer CLI from scratch
(Replace the image with your own GitHub-hosted screenshot or GIF demo!)
- ๐น HTML5
- ๐ธ CSS3
- ๐ข JavaScript (Vanilla)
- ๐ค Amazon Q Developer CLI (Prompt โ Code)
- โ๏ธ Hosted with โค๏ธ on AWS (coming soon!)
Proudly part of:
- Amazon Web Services (AWS)
- AWS Ahmedabad Community
- AWS User Group Vadodara
Thanks to the AWS community for supporting creators and developers ๐
git clone https://github.com/arishsingh03/amazon-Q-sudoku.git
cd amazon-Q-sudoku
open index.html