Visualizes chess games in PGN format.
git clone https://github.com/mtereshchuk/chesskell.git
cd chesskell
stack build
stack exec chesskell-exe <.pgn file path>Make sure you have stack installed.
- Download
.pgnfile of games which you want to visualize. - Run the project by passing the path to the games file.
- Use arrow keys and shift key to switch between chess moves and games.
Maxim Tereshchuk - m.a.tereshchuk@gmail.com
This project is licensed under the BSD 3-Clause License - see the LICENSE file for details.
