connect4

Connect4

A classic Connect Four board game with multiple playing modes, implemented using JavaScript.

Online Version: {transient} Static Version: {persistence}

Features

Technical Details

Getting Started

Prerequisites

Installation

  1. Clone the repository:
    git clone https://github.com/peonix0/connect4.git
    
  2. Navigate to the project directory:
    cd connect4
    
  3. Install the dependencies:
    npm install
    

Running the Game

  1. Start the server:
    node app.js
    
  2. Open your browser and go to http://localhost:3000.

Project Structure

Preview

The Connect4 game interface showcasing the board, multiplayer mode, and chat feature.

The Connect4 game interface showcasing the board, multiplayer mode, and chat feature