- It is hosted using firebase at theo-connect4
- To run locally, open the index.html file
- 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.