Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 288 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 288 Bytes

Connect Four Demo

This project is a simple demo of the world-famous game Connect Four, made to demonstrate UDP sockets and the minimax algorithm.

How to install/play

Run ConnectFour.py by clicking on the file, or by typing python ConnectFour.py while in the same file directory.