SecUSo / privacy-friendly-solitaire

Privacy Friendly App to play Solitaire.
GNU General Public License v3.0
21 stars 12 forks source link

Please allow multi-players games #15

Open mquinson opened 5 years ago

mquinson commented 5 years ago

I understand that it'd go against the name "solitaire", but it'd be really cool if this app (or another related one, actually) would allow to play classical games in a distributed way.

Just like with privacy-friendly-werewolf, one player would open a server to which and all other players would connect. This would make playing in the bus or car much easier, for example.

Then comes the question of the game that can be played this way. My personal taste would go for the French tarot, Doppelkopf or Belote but many other games would be great to play this way.

petermayer commented 5 years ago

Hi @mquinson, we are looking into ways to allow multi-player functionality (like e.g. in the Werewolf app) for other apps as well. However, there is currently no definitive ETA.

mquinson commented 5 years ago

Hello, don't worry for the delay to implement this. It's already wonderful to know that you are actually thinking of implementing it in the future.

On my side, I gave another thought, and it seems to me that one of the difficulties will be to find a nice way to express the rules. In Aisleriot, the rules are encoded in Scheme, but I'm not sure of how to do here, as the application is in Java...