Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 372 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 372 Bytes

Connect-Four

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.

Instructions

  1. Run server.py
  2. Run client.py

Enjoy!