1 Repo
Verification of game board configuration strings for syntactical correctness.
Distinct from Notation Converters: Distinct from general notation converters: specifically validates the structural integrity of board setup strings.
Explore 1 awesome GitHub repository matching software engineering & architecture · Board Notation Validation. Refine with filters or upvote what's useful.
chess.js is a headless chess game logic engine and move validation library. It functions as a board state manager that enforces official rules, generates legal moves, and tracks game state without a user interface. The project provides comprehensive parsing and management for standard chess notations, including PGN for game histories and FEN for board configurations. It includes utilities for importing and exporting game records, managing PGN metadata, and handling position annotations. The engine covers a wide range of analysis capabilities, such as detecting game-ending conditions like che
Parse a Forsyth-Edwards Notation string and return whether the board setup is valid or list any errors found.