Shuffle iT Forum

Dominion => Bug Reports => Interface Issues => Topic started by: CoWm4n on 01 January 2017, 01:26:25 PM

Title: Cannot see last bot move
Post by: CoWm4n on 01 January 2017, 01:26:25 PM
The final bot move is not shown. After I make my turn, the game ends, although the bot still takes one more turn.
Title: Re: Cannot see last bot move
Post by: Dwedit on 01 January 2017, 10:07:39 PM
That is a very common noob mistake when writing anything turn based that uses network communication, you forget that the client has to play back everything before it reaches the point that the server is at.  I've even made that same mistake before.
Title: Re: Cannot see last bot move
Post by: MVoltaire on 02 January 2017, 10:57:18 AM
Quote from: CoWm4n on 01 January 2017, 01:26:25 PM
The final bot move is not shown. After I make my turn, the game ends, although the bot still takes one more turn.

Yep, I had that as well. Also the last move is not shown in the log in the end screen. I think, this is known already and probably will be fixed in due time.
Title: Re: Cannot see last bot move
Post by: tufftaeh on 04 January 2017, 07:37:03 PM
Actually, the last turn of the bot is shown in the log usually. The log doesn't seem to be always completely scrolled down, however.

And if the game ends after the player's turn, the bot doesn't take another turn. The last turn of the bot is only not visible (as animations) if the bot buys the last province or 3-piles.
Title: Re: Cannot see last bot move
Post by: MVoltaire on 04 January 2017, 07:44:13 PM
True, I saw that today as well. But there are now animations shown when the bot finishes the match. After I finish my turn, the screen goes directly to the score screen. It would be nice if the last move was actually visible.