Reporting game bugs location in forum or on site?
Read by 21 users
So far, I haven''t seen a place to report game bugs or issues. I was specifically looking to report that in replays of Pente games, captures are recently not being displayed accurately by the game replayer. In general though, it might be good to have a relatively prominent location for bug reports - either in the forum or on the main site.
The correct place to report bugs is Improve Vint.ee forum.
Regarding that Pente bug - I know where it's coming from, will try to solve it tomorrow.
Regarding that Pente bug - I know where it's coming from, will try to solve it tomorrow.
Ok, the replay should be working now again. There might me still one corner-case where it might not work and the reason is the following:
We are using swap2 as opening in Pente. And Swap2 is currently implemented on how many buttons are on the board.
Many bugs started to appear when buttons were eaten during opening in Pente.
So I decided to disable button eating during opening.
So button eating can happen either:
1) After 4th button is played
2) After alternative buttons are played and color is chosen.
Anyway, if there are any bugs remaining, they are related to game replay. Everything should work during the game itself.
We are using swap2 as opening in Pente. And Swap2 is currently implemented on how many buttons are on the board.
Many bugs started to appear when buttons were eaten during opening in Pente.
So I decided to disable button eating during opening.
So button eating can happen either:
1) After 4th button is played
2) After alternative buttons are played and color is chosen.
Anyway, if there are any bugs remaining, they are related to game replay. Everything should work during the game itself.
Thanks for fixing the bug, Meikop. In rare cases, a pair could be captured with either the 4th stone played or in a swap2 +2 proposal, but those are pretty edge cases.