DEV Community

Nayr91
Nayr91

Posted on

Basic Game Recommendation software

As a part of my Codecademy course I am doing, one of my portfolio projects was to use a data structure to store and call data as a part of a recommendation software. I chose to build a master tree, stemming off this are multiple genre tree's and in each of these genre tree's were more tree nodes each with a game and some basic information.

This could easily be expanded on by adding further information/data into each of the tree's (e.g. could add a purchase link, other reviews, youtube footage of each game, small review etc.). Due to the way the tree's are built the expansion of data and nodes could be limitless.

Please take a look yourself, and if you have any advise to offer please let me know.

https://github.com/Nayr91/Codecademy/tree/master/recommendation

Top comments (0)