Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
numpy
as
np
2
import
pygame
3
import
sys
4
import
math
Callers
nothing calls this directly
Calls
9
create_board
Function · 0.85
draw_board
Function · 0.85
is_valid_location
Function · 0.85
get_next_open_row
Function · 0.85
drop_piece
Function · 0.85
winning_move
Function · 0.85
init
Method · 0.80
print_board
Function · 0.70
update
Method · 0.45
Tested by
no test coverage detected