MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / StartTheGame

Function StartTheGame

Tic_Tac_Toe/tic_tac_toe.py:101–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 return li[r]
100
101def StartTheGame():
102 global board
103 board = [' ' for x in range(10)]
104 CleanScreen()
105 print('-------------------------')
106 GamePlay()
107
108#clean Old data in screen when event occur
109def CleanScreen():

Callers 1

tic_tac_toe.pyFile · 0.85

Calls 2

CleanScreenFunction · 0.85
GamePlayFunction · 0.85

Tested by

no test coverage detected