Welcome to the Chess Game application! This project is built using React, Vite, and TypeScript. Below you will find instructions on how to set up and run the application, as well as an overview of the project's structure and features.
- Play classic two player chess games
- Utilize traditional chess moves and rules (en passant, castling, pawn promotion, etc.)
To get started with the Chess Game application, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/chess-game.git cd chess-game -
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Open the application:
Navigate to
http://localhost:3000in your browser.
- This project is licensed under the MIT License. See the LICENSE file for details.