How to set up a server for a local wifi multiplayer game for python
问题 I'm making a Cards Against Humanity game (but nicer/family friendly-er) and I have it set up where all I need to do is run player functions and then a judge function until someone wins. I recently asked another question specifically about my game, but if you know a solid foolproof way to set up a multiplayer game over local wifi, I would love some help. Thanks! 回答1: Have you tried network zero ? It's an amazing networking library that I use all the time. Install: pip install networkzero PyPI