Page 1 of 1

Pylos

Posted: 16 September 2016, 09:53
by Hierophant
I've started playing Pylos. Sometimes I see a ball on the very edge of the board. What does this mean? I don't see any reference to this in the instructions.

***

J'ai commencé à jouer à Pylos. Occasionallement je vois une des boules complètement sur un coin de la planche de jeu. Qu'est-ce que ça indique? Je ne vois rien à ce sujet dans les instructions. Est-ce que c'est un bogue?

Re: Pylos

Posted: 17 September 2016, 10:53
by Willie333b
Probably there was a problem in your computer or a bug.

Re: Pylos

Posted: 17 September 2016, 16:38
by Jest Phulin
If it happens again, see if you can get a screenshot.

Re: Pylos

Posted: 18 September 2016, 13:42
by Hierophant
Jest Phulin wrote:If it happens again, see if you can get a screenshot.
Will do!

Re: Pylos

Posted: 19 September 2016, 08:43
by Hierophant
Okay, I've just had it happen again. Here is the image:

Image

After I make a move, it goes away.

Re: Pylos

Posted: 19 September 2016, 20:07
by Jest Phulin
I'm pretty sure this is a bug. I seem to remember seeing something similar in Reversi when "replay from this point" was rolled out.

OK, disclaimer -- I haven't programmed for BGA, so don't know if this is completely (or even remotely) accurate.

But, when a game loads into the browser, it has to load all of the graphics. The browser then moves the graphics around, just like a physical board. (Instead of the servers generating a complete photograph, it gives your browser all the pieces and tells it where to put the pieces.) Generally, the code is set up as "Here's image : now hide it." It appears there is a glitch in the "hide it" part. Most likely the code to hide it was only called at the beginning of the game, and not at each move. This works fine for real-time games, but causes phantom images with turn-based or replays. Pylos has been out since before turn-based and replay from a set point, so the original code didn't need to worry about it.

Long story short: Looks like a bug, is not part of gameplay, should not affect anything.

Re: Pylos

Posted: 20 September 2016, 13:51
by Hierophant
I didn't think it was affecting anything, I was just wondering if it meant anything. Probably not, I suppose.