HomeSort by relevance Sort by last modified time
    Searched refs:get_computer_move (Results 1 - 3 of 3) sorted by null

  /external/lldb/test/pexpect-2.4/examples/
chess.py 53 def get_computer_move (self): member in class:Chess
90 move_white = white.get_computer_move()
93 move_white = white.get_computer_move()
96 move_white = white.get_computer_move()
119 move_white = white.get_computer_move()
123 move_black = black.get_computer_move()
chess2.py 82 def get_computer_move (self, e = 0): member in class:Chess
119 move_white = white.get_computer_move(1)
124 move_black = black.get_computer_move()
chess3.py 54 def get_computer_move (self): member in class:Chess
103 #move_white = white.get_computer_move()
126 move_white = white.get_computer_move()
130 move_black = black.get_computer_move()

Completed in 25 milliseconds