janevu / podchess

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

Large values for Difficulty Level results in a long wait for an AI move #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Testing on real device shows that changing the Difficulty Level (of AI) results 
in a very long wait for 
an AI move. We must restrict the range of the Difficulty Level 's values so 
that the end users will not 
mistakenly think that the App is hung/freezing.

Original issue reported on code.google.com by huypha...@gmail.com on 27 Sep 2009 at 6:01

GoogleCodeExporter commented 9 years ago
Make the initial change to limit the Difficult Level in the range [1, 10].
Note: I need to make further change because the Difficult Level that is greater 
than 6 may be too big for 
iPhone/iPod touch devices, which have slower CPU (compared to a desktop 
computer).

Original comment by huypha...@gmail.com on 27 Sep 2009 at 8:12

GoogleCodeExporter commented 9 years ago
I tried the most Difficult Level and both AIs can still respond with 30 seconds.
So, that is good enough. Close the Issue.

Original comment by huypha...@gmail.com on 4 Oct 2009 at 2:34