From b50b87f6a4e810ad40bbeee89859a5cd8286b60c Mon Sep 17 00:00:00 2001 From: BRNSystems <70092437+BRNSystems@users.noreply.github.com> Date: Sun, 28 Mar 2021 20:13:40 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d143239..495d3d3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # Epic_Sumo_Multiplayer This game was created by @Tucan444 and I added network multiplayer via websockets. + +To run it start server.py. +It will only bind to localhost and to bind to other ip change it in the code. +epic_sumo1 is for player1 and epic_sumo2 is for player2 +Change the ip in client files to connect to a server.