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

Method get_piece

Checker_game_by_dz/modules/checker_board.py:43–44  ·  view source on GitHub ↗
(self, row, col)

Source from the content-addressed store, hash-verified

41
42 # to get piece whatever they want
43 def get_piece(self, row, col):
44 return self.board[row][col]
45
46 def create_board(self):
47 for row in range(rows):

Callers 2

selectrcMethod · 0.80
_moveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected