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

Loading list of game consoles from file #36

Closed Stevoisiak closed 7 years ago

Stevoisiak commented 7 years ago

Our program should have a file to read from with a complete list of available consoles. I've put one together from Backloggery's console list. It's currently saved as a tab separated txt file, but I can also save it as a csv file if preferred.

Which file format would be easier to read in from?

Stevoisiak commented 7 years ago

File reader implemented by #51. Reading console list in progress by #52.

Stevoisiak commented 7 years ago

Completed by #65