Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add global structure for all game info #28

Open
pddshk opened this issue Jun 6, 2023 · 0 comments
Open

Add global structure for all game info #28

pddshk opened this issue Jun 6, 2023 · 0 comments
Assignees
Labels
backend This issue is about backend feature New feature or request notation This issue is about notation

Comments

@pddshk
Copy link
Owner

pddshk commented Jun 6, 2023

Add structure named game_info

  1. game_info structure declaration should be placed in typedecl.h
  2. Global variable game should be declared in globals.h

Fields

Fields should be fully compatible with PGN file format and could extend it for additional features reasons.

List of field can be found on Wikipedia

So minimal number of fields should be

  • Event
  • Site
  • Date
  • Round
  • White
  • Black
  • Result
  • Annotator
  • PlyCount
  • TimeControl
  • Time
  • Termination
  • Mode
  • FEN
  • Movetext which should be actually a state_tree
@pddshk pddshk added this to Canban Jun 6, 2023
@pddshk pddshk converted this from a draft issue Jun 6, 2023
@pddshk pddshk added the feature New feature or request label Jun 6, 2023
@pddshk pddshk added notation This issue is about notation backend This issue is about backend labels Jun 6, 2023
@pddshk pddshk moved this from Backlog to ToDo in Canban Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend This issue is about backend feature New feature or request notation This issue is about notation
Projects
Status: ToDo
Development

No branches or pull requests

2 participants