awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesBoard Notation Validation

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.

Awesome Board Notation Validation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • jhlywa/chess.jsjhlywa 的头像

    jhlywa/chess.js

    4,257在 GitHub 上查看↗

    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.

    TypeScriptchess
    在 GitHub 上查看↗4,257
  1. Home
  2. Software Engineering & Architecture
  3. Expression Transformers
  4. Notation Converters
  5. Board Notation Validation