PRG:HNKN_BM

セツメイEXPLANATION

画面内に9種類のピースが各8つずつ、計72個のピースがランダムに配置される。There are 72 objects (8 objects by 9 types) in the field randomly.

同じピースをペアで取り除いていくのが目的。以下の条件のうち少なくとも一つを満たしていないと取り除けない。You remove whole objects by pairs of same type with following rules:

  1. ピースが縦か横に隣接しているObjects of the pair are neighbor.
  2. ピースが上下左右の同じ端を共有しているOr they are on the same edge of field.
  3. ピースが同じ列もしくは同じ行にあり、その間に別のピースが存在しないOr there are no other objects if they are on the same row or column.
  4. ピースを横方向と縦方向に沿って1回だけ曲がったL字型の経路について、その間に別のピースが存在しないOr there are no other objects in the L-shaped path connecting them.

取り除く際、ふたつのピースの距離の二乗×10点が入る。手詰まりになっても自動判定しない。You get square of objects' distance x 10 points. You must judge whether there is no move by yourself, not automatically.

タッチ操作で取り除くピースを選択。Aボタンで同じパターンでやり直し、Bボタンで新規パターンでやり直し。Touch objects to remove by touch pen. You can retry the same pattern by A button, or the other pattern by B button.

QRコードQR CODE

プログラムコードPROGRAM CODE

表示 Show

モドル BACK