David-dp- / mocha-dominoes

This repo will be used only for issue-tracking. Source code is currently maintained in a private repo elsewhere.
GNU General Public License v2.0
0 stars 0 forks source link

Shift the grid along with the bone in order to get the coordinates right #2

Closed David-dp- closed 10 years ago

David-dp- commented 10 years ago

Notice that the center of the first bone played (i.e., 4-4) is approx (80,0) on the grid. sc20131216-152021 But after the opponent's turn, the center of that bone has changed to approx (120,0) sc20131216-152034 Then it jumps back to approx (80,0) sc20131216-152051 Then moves again to approx (50,0) sc20131216-152100 I was using the 15 Dec 2013 delivery.

This might be related to https://github.com/David-dp-/mocha-dominoes/issues/12

David-dp- commented 10 years ago

This seems to have been fixed in the 9 Jan delivery.