Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 808 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 808 Bytes

Connect Four

Description

Connect Four is a classic two-player strategy game implemented as a web-based application. Players take turns dropping colored discs into a vertical grid, aiming to connect four of their discs in a row before their opponent.

Features

  • 4x4 game board
  • Two-player gameplay (Red vs Purple)
  • "New Game" button to restart
  • "Suggest" button for move recommendations
  • Win detection and display

How to Play

  1. Open the game in a web browser
  2. Players alternate turns, clicking on a column to drop their disc
  3. First player to connect four discs in a row (vertically, horizontally, or diagonally) wins
  4. Click "New Game" to start over

Technical Details

  • Built with React.js
  • Responsive design for various screen sizes

Game Link

https://fretful-effect.surge.sh/