v0.1.0 chess game in go, using external stockfish engine

This commit is contained in:
2025-10-26 17:34:50 -04:00
commit 8ba4357920
15 changed files with 1433 additions and 0 deletions

5
go.mod Normal file
View File

@ -0,0 +1,5 @@
module chess
go 1.24
require github.com/google/uuid v1.6.0