Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 227 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 227 Bytes

Four-in-Line

This is a simple Four-in-Line / Connect Four clone. It implements a two players mode and a minimax AI. The AI is run in a Web Worker, as it requires significant resources with depth = 8 (hard level).