Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 298 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 298 Bytes

Connect-Four

Connect Four game written in Python with miniMax and alpha-beta pruning implementation for AI. Based on kupshah's Connect Four.

Requirements

  • Python 3 (tested on 3.7.1 with pipenv)
  • macOS or Windows 10
  • No external packages required