What I Built
I built a local browser-based Connect 4 game with a standard 7-column by 6-row board. In the default Player vs AI mode, red is the human side and yellow is the AI side. A Game Mode selector can switch to local Two Player mode, where both red and yellow are manually controlled from the same board and number buttons. The app validates legal moves, prevents drops into full columns, applies gravity to the lowest open row, detects horizontal, vertical, and both diagonal wins, detects natural draws, and resets the game. It also includes red Autopilot with its own difficulty setting, adjustable live drop speed, post-game replay controls with optional drop animations, an Experiment Lab, downloadable experiment results, and a Node headless test runner.