DEV Community

Hardik Parekh
Hardik Parekh

Posted on

How I Built a Game Using Amazon Q CLI

๐ŸŽฎ My Game Using Amazon Q CLI

Hi! I'm Hardik Parekh, and I recently built a fun game using Amazon Q CLI. This was part of the Build Games with Amazon Q CLI

๐Ÿ”ง Why I Chose This Project

  • AWS challenge requirements
  • Perfect complexity for testing Q CLI
  • Pygame's simplicity for 2D games

๐Ÿ’ก Idea Behind the Game

Describe what your game is about. For example:

I created Tic-Tac-Toe Game. It's simple but fun!

๐Ÿ”ง Tools I Used

  • Amazon Q CLI
  • GitHub
  • Python

๐ŸŽฎ How It Works

  • Player X starts first
  • Click on squares to place marks
  • Press R to restart after game ends

๐Ÿ’ป Code Repository

I have shared the full game code here:

GitHub Link to Your Game

๐Ÿ™Œ Final Thoughts

I learned how to work with CLI tools, use Git, and deploy a game! Thanks to AWS for this experience.

Features

  • Clean Pygame implementation
  • Responsive UI
  • Win/draw detection logic

Top comments (0)