Closed iacobucci closed 4 months ago
I built a very basic version of this because I thought it would be fun. It's more of a proof of concept at this point, and while the current version uses someone else's pgn parser I did play around with making my own while creating this, so if I expand on the functionality of the server I might go back to that idea of a custom parser.
Project description
A language server that detects irergularities and suggests possible chess moves in a pgn file!
Relevant Technology
lsp specifications
pgn specifications chess rules
Complexity and required time
It shouldn't require much effort once you have a pgn parser, a chess moves validation engine, and an adapter for a LSP (possibly in the same language as the other tools).
Complexity
Required time (ETA)
Categories