SoccerStars implementation for SoccerStars game in Python using Pygame. Demo How to run install dependencies pip install -r requirements.txt running server for multiplayer game python3 server.py running a client with Command-line interface python3 main_cli_menu.py running a client with Graphical user interface python3 main_gui_menu.py dependencies using https://github.com/nlohmann/json for cpp server under MIT license