awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesMove Notation Parsing

Translation of algebraic move strings into internal game actions.

Distinct from Notation Converters: Distinct from mathematical notation converters: translates chess-specific algebraic notation into game moves.

Explore 1 awesome GitHub repository matching software engineering & architecture · Move Notation Parsing. Refine with filters or upvote what's useful.

Awesome Move Notation Parsing GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • jhlywa/chess.jsAvatar de jhlywa

    jhlywa/chess.js

    4,257Voir sur 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

    Parses Standard Algebraic Notation and variants into structured move objects for execution.

    TypeScriptchess
    Voir sur GitHub↗4,257
  1. Home
  2. Software Engineering & Architecture
  3. Expression Transformers
  4. Notation Converters
  5. Move Notation Parsing