Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

領土の分割の実装 #1

Open
ZOI-dayo opened this issue Jan 20, 2025 · 1 comment
Open

領土の分割の実装 #1

ZOI-dayo opened this issue Jan 20, 2025 · 1 comment
Assignees

Comments

@ZOI-dayo
Copy link
Collaborator

ポアソンディスクサンプリングでランダムに点(コア)配置 → ボロノイ図の要領で領土分割 でいいかなと思うが、変えてもOK

要件としては、

  • コアは必ずその領土内に存在
  • 曲がりくねった複雑な形状 or 一方向にのみ長い領土が発生しない
  • 狭すぎる領土が発生しない
  • 広すぎる領土が発生しない
  • 正方形領域内を埋めるように生成できる
  • コア個数をある程度制御できる
  • 現実的な時間で処理できる

まずアルゴリズムを決定し、MCと接続しない環境で実行可能にしたほうがいい気がする (文字列としてターミナルに出力など)
その後、MCと接続する

@TwoSquirrels
Copy link
Member

やってみる

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants