Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 382 Bytes

readme.md

File metadata and controls

9 lines (6 loc) · 382 Bytes

Connect Four!

A stand-alone python program for one or two players, using state-of-the-art ANSI graphics.

A two-player game in progress

Four-in-a-row, whether horizontal, vertical, or diagonal, wins. Red always goes first.

AI uses a minimax algorithm, and the difficulty levels corresponds to different depths of look-ahead, but needs tweaking.