Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/geekcomputers/Python
/ tic-tac-toe.py
File
tic-tac-toe.py
tic-tac-toe.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# Tic Tac Toe Game in Python
2
3
board = [
" "
for
_ in range(9)]
4
Callers
nothing calls this directly
Calls
3
is_draw
Function · 0.85
print_board
Function · 0.70
check_winner
Function · 0.70
Tested by
no test coverage detected