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).
- 
                Notifications
    
You must be signed in to change notification settings  - Fork 0
 
A simple Four-in-Line / Connect Four clone
License
cutiful/four-in-line
Folders and files
| Name | Name | Last commit message  | Last commit date  | |
|---|---|---|---|---|
Repository files navigation
About
A simple Four-in-Line / Connect Four clone