This project is a local server based connect four game. Works on your LAN!
// If you want to enable connections from other computers in your lan, change the HOST variable in server.py and client.py to the host's IP.
// You can get the host's IP from CMD using the command "/ipconfig" under IPv4.
- Run server.py
- Run client.py
Enjoy!