Connect Four

Connect Four

Connect Four is a strategic two-player game where players take turns dropping colored discs into a vertical grid. The goal is to be the first to connect four of their discs in a row, either horizontally, vertically, or diagonally. This game requires careful planning to outmaneuver the opponent.

This Connect Four game was built using HTML, CSS, and JavaScript. It features a responsive design, ensuring smooth play on both desktop and mobile devices. Key development aspects include:

HTML: Structured the game board and interface elements.

CSS: Styled the game board and interface for an engaging and user-friendly experience.

JavaScript: Implemented the game logic, including player turns, win conditions, and game reset functionality.

Responsive Design: Ensured compatibility across various screen sizes and devices.

Modular Code: Organized the code into reusable functions and components for maintainability and scalability.

Event Handling: Used event listeners to manage player interactions and dynamically update the game state.

This project highlights proficiency in front-end web development, particularly in creating interactive and responsive web applications.

Technologies Used

  • HTML
  • CSS
  • JS
← Back to Projects