← Back to list

Building a Sudoku game without coding using Amazon Q Developer

I was experimenting with Amazon Q developer for the “Build Games Challenge: Build Classics with Amazon Q Developer CLI” and decided to…

Sujith R Pillai · 2025-06-23 16:14 · 2 claps · 1.1 min read
#buildgameschallenge #amazonqdevcli #aws #amazon-q
Open on Medium ↗
Wiki topics: 💻 · Programming ☁️ · DevOps & Cloud 🔬 · Science · General

Building a Sudoku game without coding using Amazon Q Developer

I was experimenting with Amazon Q developer for the “Build Games Challenge: Build Classics with Amazon Q Developer CLI” and decided to develop a game of Sudoku.

The process is straightforward,

  1. Create an Amazon Builder ID.
  2. Install the Amazon Q extension in Visual Studio Code.
  3. Sign in to your Amazon Builder ID with the extension.
  4. Enter your requirements, and it will generate all the necessary files to run the application.

It was impressive that I didn’t need to open the application code before running it!

I wrote a brief prompt:

“Create a Sudoku game with pygame. I need the game to be having features like — highlighting the selected cell, show the numbers already present in the game with the same number”.

The game was generated quickly. All I had to do was run two commands: install prerequisites with pip install -r requirements.txt and then python sudoku.py.

I tested the game for functionality and added features. I specified,

Once the game is finished, it should give a success message,

and

Add a feature to show the game difficulty level — super easy, easy, medium and hard.

I tested the game, and it worked as expected. Excellent coding (not coding) experience.

[embed]

You can find the generated code here https://github.com/sujithrpillai/sudoku

I recommend exploring this feature of Amazon Q to enhance your coding experience.


메타데이터
post_id
fd4aeb3e4077
slug
building-a-sudoku-game-without-coding-using-amazon-q-developer-fd4aeb3e4077
url
https://medium.com/@srpillai/building-a-sudoku-game-without-coding-using-amazon-q-developer-fd4aeb3e4077
canonical_url
https://medium.com/@srpillai/building-a-sudoku-game-without-coding-using-amazon-q-developer-fd4aeb3e4077
author_url
https://medium.com/@srpillai
status
ok
fetched_at
2026-07-19 07:45:11