A minimalist Connect Four game with an AI opponent (Minimax + Alpha-Beta).
- Human vs. AI with adjustable difficulty
- Minimax algorithm with Alpha-Beta pruning
- Highlighted winning lines
- Fully offline and mobile-friendly
- Single-file HTML – easy to share or modify
This project is licensed under the GNU General Public License v3.0 (GPL-3.0). You are free to use, modify, and distribute this project under the terms of that license.
Just open https://99fk.github.io/connect-four-html in your browser to start playing !
Made with ☕ and a little help from ChatGPT (OpenAI).