C0d3Crush / go

1 stars 0 forks source link

Missing Feature: Store Stones to SGF File #2

Open C0d3Crush opened 2 weeks ago

C0d3Crush commented 2 weeks ago

Summary

Functionality to store the current board state as an SGF (Smart Game Format) file is required.

Importance

C0d3Crush commented 1 week ago

Currently, the SGF file storing the current board state is saved in the directory src/file/data/current.sgf. For better organization and to follow common project structure practices, these files should be stored outside the src directory, ideally in a dedicated directory for data or game state files.