insipx / Gomoku

Gomoku (Connect 5) Networked Game
www.cs.scranton.edu:32200
0 stars 0 forks source link

Stones are not put in the expected locations in some cases. #33

Closed Romulus10 closed 7 years ago

insipx commented 7 years ago

Give an example so I can reproduce server side, should be an easy fix

Romulus10 commented 7 years ago

Remind me to give you the results printout for the test cases from part 1.

Romulus10 commented 7 years ago

I think the problem here is that we're indexing from 0. Bi said we were having a problem, I don't know.

Romulus10 commented 7 years ago

I KNOW WHAT HAPPENED Okay so issue #43 talks about this. It just LOOKS wrong because each turn is offset by a couple displays. I think we're updating the board wrong in the server. I don't know how yet though.

insipx commented 7 years ago

I think you're right, in an earlier version of the game the board would not update correctly and it was delayed

In any case, I fixed #43 , that was caused because of somethin i did last night, but it's OK now, and I think it works in general now