A simple multiplayer chess game. A simple implementation of the classic chess game using Next.js and TypeScript.
- Real-time multiplayer gameplay
- Online multiplayer mode with chat functionality
- Player profile with statistics
- Two-player mode
- Single-player mode against AI
- Clone the repository:
git clone https://github.com/yourusername/chess-game.git
- Navigate to the project directory:
cd chess-game
- Create a
.env.local
file in the root directory of the project and add the following environment variables:
cp .env.example .env.local
- Install dependencies:
bun install
- Run the application:
bun dev
- Open your web browser and navigate to
http://localhost:3000
to play the game.