bymayanksingh / connect4

🎮 It is a two-player connection game in which the players first choose a color and then take turns dropping one colored disc from the top into a seven-column, six-row vertically suspended grid. The pieces fall straight down, occupying the lowest available space within the column, user wins by forming row of four of same color
MIT License
23 stars 27 forks source link

Resolved undo issue#13 #14

Closed Satvinder31415 closed 4 years ago

Satvinder31415 commented 4 years ago

The issue of undo was resolved by storing all previous moves instead of only the last move(as multiple undo calls could be made which was the cause of the issue).

bymayanksingh commented 4 years ago

Please test it on your end, I guess the bug still persists.

Satvinder31415 commented 4 years ago

It works fine on my end. Any suggestions on what to do?

bymayanksingh commented 4 years ago

by mistake I tested master branch of yours, it's all fine just rechecked undo_resolve branch. I think we are good to go with this one !

nice and quick work @Satvinder31415 ! keep it up.

bymayanksingh commented 4 years ago

merging in !

bymayanksingh commented 4 years ago

fixes #13

Satvinder31415 commented 4 years ago

by mistake I tested master branch of yours, it's all fine just rechecked undo_resolve branch. I think we are good to go with this one !

nice and quick work @Satvinder31415 ! keep it up.

thx