MCPcopy 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
4board = ["anything", 1, 2, 3, 4, 5, 6, 7, 8, 9]

Callers

nothing calls this directly

Calls 1

playFunction · 0.70

Tested by

no test coverage detected