MCPcopy Create free account
hub / github.com/geekcomputers/Python / chg_turn

Method chg_turn

Checker_game_by_dz/modules/checker.py:72–77  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

70
71 # for changing the turn
72 def chg_turn(self):
73 self.valid_moves = {}
74 if self.turn == black:
75 self.turn = white
76 else:
77 self.turn = black

Callers 1

_moveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected