Skip to content

MEgooneh/SoccerStarsGame

Repository files navigation

SoccerStars

implementation for SoccerStars game in Python using Pygame.

Demo

til

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