mirror of
https://github.com/LHY0125/Gobang-Game.git
synced 2026-06-28 16:35:55 +08:00
820f35f444
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
10 lines
164 B
Rust
10 lines
164 B
Rust
// Gobang core library — 纯游戏逻辑,零 GUI 依赖
|
|
|
|
pub mod ai;
|
|
pub mod board;
|
|
pub mod llm;
|
|
pub mod network;
|
|
pub mod record;
|
|
pub mod rules;
|
|
pub mod types;
|