Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 245 Bytes

File metadata and controls

9 lines (8 loc) · 245 Bytes

Connect4 using pygame

Has AI opponent

  • uses minimax algorithm adapted for connect 4
  • optimizes algorithm with alpha/beta pruning

install files

make sure you have python 3 installed

open terminal and input 'python c4.py'

enjoy