【考えること】碁盤のマス情報の保持の仕方を考える
- Dominant language
- No language data
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
- 合計19枚の六角形がある
- 六角形が円状に並ぶ
- 最も外側が30本の線分を持つ
- 30本の線分から、3,2,2,・・・本ずつにポートが存在する
- 各六角形の持つ線分上にもオブジェクト(街道)を配置するため、線分の場所も必要
参考になるかも・・・
https://github.com/rosshamish/catan-spectator
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue describes a hexagonal board for a Catan-like game with 19 hexes arranged in a circle, 30 outer line segments, and ports placed on some segments. It references a Catan spectator project. Start by examining the linked repository to understand existing board representations. Determine how to store hex positions, line segment locations, and port assignments. The work involves designing a data structure, not implementing a specific fix.
Written by the indexing model from the issue text.
Assessment
- Domain
- game-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 10/100