dipamsen / blindchess

Play Blindfold chess
https://blindchess.vercel.app
MIT License
0 stars 0 forks source link

BlindChess

BlindChess is a chess application for practicing blindfold chess. The pieces are invisible (can be toggled), and moves are made by typing the algebraic notation. It connects to the Lichess API and provides an alternate client for playing games on Lichess, starting from custom positions against the computer.

home page

The application is built with TypeScript and React, and uses the chess.js library for chess logic and the chessground library for the chessboard UI.

Setup

To set up the project locally, follow these steps:

  1. Clone the repository.
  2. Install the dependencies using npm install.
  3. Start the development server using npm run dev.

Contributing

Contributions are welcome! Feel free to create an issue or PR for bugs/features.

License

This project is licensed under the MIT License. See the LICENSE file for details.