DEV Community

Sam Shelly
Sam Shelly

Posted on

Python Terminal Game Recomendation

A little bit of background, I am currently taking a course through Code Academy learning how to code in Python and this is my second free-form project. My first project was making the game 2048 in the Python terminal, which I think you should check out, but that's not the point of this point. My challenge today was to create a program to recommend something based on user input. I picked game recommendations because of my interest in that area. One challenge I ran into in this project was logging data.

Image description

I ended up adding 50 games across 10 categories. Other than that there was nothing complicated about this assignment. I choose to recommend players a new game based on a category or game they already like, as well as if they want a new, old, or random game. This involved light user input and sorting a list of games by the year they were made. If you want to check out the project here is the link!

GitHub logo SamZombie / GameRecomendation

This program recomends you a game from a set of 50 based on your favorite genre or game from the list. Created for a coding challenge

Launch gamereccode.py in the terminal




Top comments (0)