feat(core): 定义基础类型 — Position, Color, CellState, Move, GameConfig

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-30 23:51:00 +08:00
parent 1e0d5f0c43
commit fd307addc8
2 changed files with 135 additions and 0 deletions
+2
View File
@@ -1 +1,3 @@
// Gobang core library — 纯游戏逻辑,零 GUI 依赖
pub mod types;