AWS Logo
Menu
AWS Game Hackathon - Cloud Tetris

AWS Game Hackathon - Cloud Tetris

This is the requirements for the implementation game from AWS Devpost Hackathon

Published Jan 13, 2025

The implementation

I started the generation of this tetris game with a basic idea: create and implement a game from scratch getting help from generative AI using Amazon Q.

What is Anazon Q?

Amazon Q offers user-based plans, so you get features, pricing, and options tailored to how you use the product. Amazon Q can adapt its interactions to each individual user based on the existing identities, roles, and permissions of your business. AWS never uses customers’ content from Amazon Q to train the underlying models. In other words, your company information remains secure and private.
So this was my main idea (speaking in code)

Code improvements

I started by asking Amazon Q, How could I improve my code implementation?
Working with generative AI is a doulble-sword edge, and Amazon Q is not an exception, as with avery LLM model, you need and must verify the responses that the AI is providing you, AI is not the absolute truth.
Then I continued making improvements in my code structure with the help of Amazon Q in VSCode, and also undestanding and verifying with other sources the suggestions that the AI was giving me.
Find above how the API for the game starts, and this way Amazon Q helped me to build my game implemantation using latest trends technologies like FastAPI, and other AWS services.
 

Comments