Stevoisiak / Virtual-Game-Shelf

An easy way to organize your entire game collection in a single place.
MIT License
7 stars 0 forks source link

Gui/Backend: Store game info as Game object #45

Closed Stevoisiak closed 7 years ago

Stevoisiak commented 7 years ago

Create a Game object when a user clicks "Add". Currently does not do any permanent storage of Game object.

Stevoisiak commented 7 years ago

@mabrams17 What are your thoughts on this initial implementation? Should I be using GameList.addGame() instead?