Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 577 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 577 Bytes

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