stuartthomas25 / JParty

A party game which simulates the famous game show "Jeopardy!" using the J-Archive (http://j-archive.com).
https://www.stuartthomas.us/jparty/
GNU General Public License v3.0
23 stars 8 forks source link

RFE: Server/Client version #28

Open MrMEEE opened 8 months ago

MrMEEE commented 8 months ago

Hi guys

Thanks for a GREAT job on JParty..

For me (and probably others), one thing that would really improve this project, is the ability to split into a server and a client/admin component.

I think the following steps are needed:

This would provide the following:

Is this something that you have thought about?

I would love to join on getting this done..

rosslandgraf commented 8 months ago

@MrMEEE Do you mean something like hosting the game on a server so that people can connect in without being in person? If so this is something we have been talking about implementing in our fork at some point. Our Fork

Feel free to check it out, we are 100+ commits ahead of the main version at the moment. We are hoping to merge upstream with Stuart's approval at some point. We have been working on implementing the features they were hoping to add, along with a lot of our own, and ones that make it closer to the show. We have not documented our changes yet, but you might be able to get a good idea by going through our forks closed branches.

MrMEEE commented 8 months ago

Yeah, basically splitting it into the following components:

And making the components all talk into the server (which can be hosted online)