MCPcopy Create free account
hub / github.com/Mrinank-Bhowmick/python-beginner-projects / create_board

Function create_board

projects/Connect Four/main.py:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14
15def create_board():
16 board = np.zeros((ROW_COUNT, COLUMN_COUNT))
17 return board
18
19
20def drop_piece(board, row, col, piece):

Callers 1

main.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected