tscizzle / WebBlokus

UI to play Blokus, using https://github.com/tscizzle/Blokus
2 stars 1 forks source link

Cursor is not `pointer` when the "anchor point" (top left) is not part of the piece #3

Closed tscizzle closed 7 years ago

tscizzle commented 7 years ago

Consider the piece

[['O', 'X'],
 ['X', 'X']]

The clicked position on the board is where to put the top left corner of this piece, but the top left has an 'O', so when you're placing it, you're not clicking a spot where the piece actually ends up sitting.

kleinab commented 7 years ago

closed with #bbc5820 from Blokus