tsaglam / Carcassonne

A digital version of the board game Carcassonne, implemented in Java. This desktop computer game supports up to five players at the same time (shared-screen multiplayer mode).
Eclipse Public License 2.0
96 stars 16 forks source link

Adjust the highlight edge Tile #8

Open zzbka1 opened 1 year ago

zzbka1 commented 1 year ago

you know ,for now in the game grid, if you turn, you will get one or much Tiles , and this grid's candidate area will be highlight. image

but for you Tile , you only can set it in a limit area, so I think we can have two ways of highlight ,

  1. represent this area was edge ,
  2. represent this area was edge, and you can set your Tile into this area after you do some rotate.
tsaglam commented 1 year ago

@zzbka1 do I understand this issue correctly that you want a highlight for the free spots if placing is possible there?