donkirkby / zero-play

Teach a computer to play any game.
https://donkirkby.github.io/zero-play/
MIT License
10 stars 1 forks source link

Allow separate games in app #13

Closed donkirkby closed 4 years ago

donkirkby commented 4 years ago

When an app uses the zero-play library, it should be able to either add games to the main Zero Play UI, or create its own with a a separate list of games.

Leave the zero_play_gui command to display all installed games, but allow subclasses to filter the games that get displayed.