Game Backlog Tracker
A tracker for my gaming backlog
Game Backlog Tracker
Repository: https://github.com/aaronplayz-sys/game-backlog-tracker
Originally a project for a generative AI assignment for one of my courses at Valencia College. I decied to add more to it after subitting the assignment.
What was the assignment about?
The assignment was to build a database-backed application using object-oriented software and use any gnerative AI like ChatGPT and Gemini as a partner to build this application.
What AI did I use?
While I was already familar using ChatGPT and Gemini, I decided to use Claude. I know… There’s so much news how great Claude is, but I have yet to personally use Claude for anything. So I decided to use Claude Sonnet 4.6 model. Mainly because I wanted to see how great the free teir models are as most of us already know how great the paid tiers are.
The result?
In the end I have a colsole-based application using CRUD operations to interact with a database that dose not need a server to be run separately. Of course, there was naturally a issue that was resolved rather quickly.
What am I adding?
I wanted to do more outside of the assignment as I thought it was beyond the scope and not needed a website interface. I might add more overtime as long my interest see ot that way. And also to make this reproducable on other systems than just my own I made a docker image. But note this application can be run without a docker container.