Project information

  • Category: Web
  • Technologies: Python
  • Project date: Spring 2022
  • Project URL: github.com

Connect 4

Connect 4 is a two-player game in which players alternately place pieces on a vertical board. The player that first connects four pieces in a row wins. The board has 6 rows and 7 columns. The CPU algorithm (minimax, alpha-beta pruning, etc.) and evaluation function of the board can be configured.