GTK-Chess
GTK-Chess copied to clipboard
Add global structure for all game info
Add structure named game_info
-
game_info
structure declaration should be placed intypedecl.h
- Global variable
game
should be declared inglobals.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