[go: nahoru, domu]

Skip to content

wnprince/chess-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess Coordinates Trainer

A simple web-based that can help you learn chess coordinates easily.

Live Preview: https://chess-coordinates-trainer.netlify.app/

Introduction

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.

How to play

  • 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.

Run Locally

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.

Frameworks used

React React



License

MIT License @ Aayush Kurup

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published