Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/geekcomputers/Python
/ tik_tak.py
File
tik_tak.py
tik_tak.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# Tik-tak game
2
3
4
board = [
"anything"
, 1, 2, 3, 4, 5, 6, 7, 8, 9]
Callers
nothing calls this directly
Calls
1
play
Function · 0.70
Tested by
no test coverage detected