grkon03 / Quoridor-AI

Quoridor-AI
MIT License
1 stars 0 forks source link

Fence, Wall, Move に index 的な管理を施す #5

Closed grkon03 closed 1 year ago

grkon03 commented 1 year ago

例えば

Fence A0-C0 の index は 0 Fence B0-D0 の index は 1

等々...

grkon03 commented 1 year ago
class Indexer {
  static const Indexer indexer;
  // other processes ...
};

として定義する