FF27

Results 2 comments of FF27

after the ``` `searcher = sunfish.Searcher() # at the top of the play.py file searcher.search(...)` ``` line 182 `def __init__(self, secs=2):` line 184 `self._secs = secs` line 197 `move, score...

or..if you want you can use this verision of sunfish wich have maxn instead of secs ``` #!/usr/bin/env pypy # -*- coding: utf-8 -*- from __future__ import print_function import re...