Connect-four is a web application that lets you play the classic Connect Four game with friends or against an AI.
Connect Four is a two-player game where players take turns dropping colored discs into a 7x6 grid. The goal is to connect four discs in a row, either horizontally, vertically, or diagonally.
This project supports local multiplayer and a simple but challenging AI.
- This project uses Bun.
- Clone the repository:
git clone https://github.com/GhoulKingR/connect-four.git
- Install dependencies:
bun install
- Start the development server:
bun run dev
- Open http://localhost:3000/connect-four in your browser.
- Visit the live site at https://ghoulkingr.github.io/connect-four.
bun run test
- This project uses Jest for unit and integration tests.
Distributed under the MIT License. See LICENSE
for more information.