herzbube / littlego

Little Go. An iOS application that lets you play the game of Go on the iPhone or iPad.
https://littlego.herzbube.ch/
Apache License 2.0
140 stars 54 forks source link

Disable Fuego pondering in human vs. human games #281

Closed herzbube closed 9 years ago

herzbube commented 9 years ago

Human vs. human games use the default GTP engine profile. This profile currently enables Fuego pondering. The result is that the CPU is at 100% a lot of the time, thus wasting a lot of battery power even if the user never hits the "Computer play" button. This should be changed so that Fuego pondering is disabled, thus saving battery power.

Consequences:

Thanks to @puremourning for the suggestion for this change request.