Chess implemented from scratch in js. In this game you can test your chess skills. You will have to play against a complex algorithm and you will have to use all your skills to defeat it. In our code all possible variations of moves are implemented, from the usual pawn move to castling and en passant.
- Clone the repository:
$ git clone https://github.com/holdennekt/chess_kursach- Open folder:
$ cd chess_kursach/src- Run the program:
$ google-chrome --new-tab index.html- To make a move, click on a piece and click on the suggested square.
- To capture someone else's piece, click on your piece, then click on the piece you want to capture, it will be highlighted.
- You can also make more difficult moves, for example castling or en passant. Above you can see how it works
- When you reach the last square with a pawn, you can promote your pawn to any piece from list.
- When one side mates, you can start new game.
- Nikita Gryshak - https://github.com/holdennekt
- Bohdan Pinchuk - https://github.com/BogPin
This program is distributed under an MIT License.





