Go Back


Connect 4 Game
A Connect 4 AI engine — play against a Minimax bot right in your browser.
Implements Minimax with Alpha-Beta pruning for the game engine, offloaded to Web Workers so the UI never blocks while the AI calculates its move. Built with Next.js and TypeScript for a fast, responsive board.

Tech Stack
Next.jsTypeScriptMinimaxWeb Workers
