pip install -r requirements.txt
Run 1 to 3 players with: (Player number must be between 0 and 2)
python3 server.py -p <PLAYER_NUMBER>
Start a match with:
python3 start.py
Just for testing the protocol
python3 test_game.py
python3 test_server.py
python3 test_client.py