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

File main.py

projects/Connect Four/main.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import numpy as np
2import pygame
3import sys
4import math

Callers

nothing calls this directly

Calls 9

create_boardFunction · 0.85
draw_boardFunction · 0.85
is_valid_locationFunction · 0.85
get_next_open_rowFunction · 0.85
drop_pieceFunction · 0.85
winning_moveFunction · 0.85
initMethod · 0.80
print_boardFunction · 0.70
updateMethod · 0.45

Tested by

no test coverage detected