AWS Logo
Menu
Amazon Q CLI - UNO Game Building

Amazon Q CLI - UNO Game Building

Get hands-on experience with an AI coding assistant “Build Games with Amazon Q CLI”

Published May 22, 2025
Let’s experiment with Amazon Q CLI in a fun way.
Steps to start with Amazon Q CLI setup in your linux system
Execute below commands in a sequence
1. sudo apt install libfuse2
2. curl — proto ‘=https’ — tlsv1.2 -sSf https://desktop-release.q.us-east-1.amazonaws.com/latest/amazon-q.deb -o amazon-q.deb
3. sudo apt install -y ./amazon-q.deb
Type “q login” to login with AWS Builder ID. It will open browser where you have to enter credentials.
Install pycharm with following steps
1. sudo apt install python3-pip
2. pip install pygame
After all above process, you are all set for adventure with Amazon Q CLI.
Prompt: Build classic UNO game with advanced graphics
GITHUB REPO: https://github.com/Monali16296/amazonqcli-uno
 

Comments