Skip to content

Arthur199212/connect-four-game

Repository files navigation

Connect Four Game

Description

Connect four of your checkers in a row while preventing your opponent from doing the same.

Live demo

Features

  • Play a game with AI (negamax algorithm & minimax with alpha-beta pruning)
  • Play a game with another human player
  • Menu, Game, Rules screens (mobile layout)
  • Show winning combination
  • Limit time on each turn
  • Win, lose, stalemate game conditions

Technologies

  • TypeScript
  • React
  • React router
  • TailwindCSS
  • Parcel

Screenshots