A simple web-based that can help you learn chess coordinates easily.
Live Preview: https://chess-coordinates-trainer.netlify.app/
In the game of chess, you have 64 squares on the board. 64 squares where you can place your pieces. Each square has its own name. Remembering the name of these squares in key for learning, understanding and improving in chess. But learning the names of these squares is no easy feat, especially for beginners. In order to make this learning process easy, I created a simple game using which you can easily learn chess coordinates.
-
In the landing page, select the pieces you want to play with (white, black or random) and hit play.
-
In the game screen, you see a scoreboard and a chessboard. The scoreboard flashes current score, time left and a coordinate of a square. Click on the square with matching coordinate to earn a point. Score any many points as you can until your time runs out.
To run this web app locally, simply follow these steps:
- Clone this repository with the following command :-
git clone https://github.com/AayushK47/chess-coordinates-trainer.git
- Run npm install to install all the dependencies:-
npm install
- Run npm start to start the app on port 3000:-
npm start
Note :- You need to have node.js installed on your local machine to run this app locally.