Skip to content

yuvrajsinh5252/ChessGame

Repository files navigation

Chess Game

A simple multiplayer chess game. A simple implementation of the classic chess game using Next.js and TypeScript.

Features

  • Real-time multiplayer gameplay
  • Online multiplayer mode with chat functionality
  • Player profile with statistics
  • Two-player mode
  • Single-player mode against AI

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/chess-game.git
  1. Navigate to the project directory:
cd chess-game
  1. Create a .env.local file in the root directory of the project and add the following environment variables:
cp .env.example .env.local
  1. Install dependencies:
bun install

Usage

  1. Run the application:
bun dev
  1. Open your web browser and navigate to http://localhost:3000 to play the game.

Releases

No releases published

Packages

No packages published

Languages