This old and very popular board game, with Indian and Persian origin, has changed over the centuries. Today we know moves as 'en passant' or pawn's 'promotions' - both weren't present in the past. The project allows two humans to play on the computer in a browser. This project is finished besides one feature: 'check' detection for pieces that are covering king from the 'check'. This feature is not a problem to play a game, but it is present in all modern chess programs. And is helpful for players.
This project is a part of learning Object-Oriented Programming.
I have used following technologies:
1. JavaScript
2. CSS
4. HTML
The following tools were used to finalize project:
1. Visual Studio Code
2. GIT - as a control version system
3. Webpack - to put all project's elements together into joined files ready to deploy