ekolis / AutoPBW

AutoPBW is a desktop client for PBW used to upload and download game files for Space Empires and other turn-based strategy games supported by the website.
http://edkolis.com/autopbw
4 stars 2 forks source link

Support for multiple PBW-type services #34

Open ekolis opened 3 years ago

ekolis commented 3 years ago

Right now we have a static PBW class which handles interaction with http://pbw.spaceempires.net. We could expand this to allow for multiple classes implementing, e.g. IGameService, loaded via MEF so you can add them via plugins. PBW would just be one implementation of IGameService but we could add others to support other services which might exist now e.g. Giant Multiplayer Robot, Stars! Autohost, and some hypothetical replacement for PBW.

ekolis commented 3 years ago

OK, I think it's time to finally tackle this...