janevu / podchess

Automatically exported from code.google.com/p/podchess
GNU General Public License v3.0
1 stars 0 forks source link

After Resume-Game and it is AI's turn, no one can make a Move #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set the Difficulty Level to "high"
2. Play some Moves
3. While waiting for the next Move from AI, hit the "HOME" button
4. Once on the HOME screen, hit the "Play" button
5. Answer "Yes" to the pop-up question "Resume Game?"

What is the expected output? What do you see instead?
- The AI then should make the next Move. Instead, the user will wait forever 
and the game 
cannot be continued (and have to be reset).

Possible cause and solution?
- It seems that when Resume-Game is selected, we should detect that it is the 
AI's turn. 
Therefore, (after the Moves are replayed) an explicit request for Move should 
be sent to AI so 
that the AI knows it is its turn to make.

Original issue reported on code.google.com by huypha...@gmail.com on 10 Oct 2009 at 10:44

GoogleCodeExporter commented 9 years ago
Fixed in http://code.google.com/p/podchess/source/detail?r=84

Original comment by huypha...@gmail.com on 10 Oct 2009 at 11:53