Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 409 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 409 Bytes

Connect 4 AI

How to use

  • It is hosted using firebase at theo-connect4
  • To run locally, open the index.html file

The AI

  • The AI is a minimax algorithm with alpha-beta pruning.
  • The minimax is going a fairly low depth, as it is intended to be used on an arduino.
  • Because of the low search depth, it implements several heuristics to improve the performance.