Skip to content

thrandale/Connect-4

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published