These are only the python files that can be found. The whole project along with the assets/images/sounds can be found uploaded on Edesktop.
Run Main.py
-
Open up LanGame.py and LanGame1.py
-
In the class Network innit method change the self.host to whatever your IPv4 address is. In case you don't know how to fetch that, do the following:
1) Open up cmd 2) Type ipconfig 3) Find IPv4 address
-
Do it for both LanGame.py and LanGame1.py
-
Run Server.py first, then run LanGame.py and LanGame1.py.