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

Function restart_game

Caterpillar_Game/Caterpillar.py:126–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 caterpillar.setheading(0)
125
126def restart_game():
127 start_game()
128
129t.onkey(start_game,'space')
130t.onkey(restart_game,'Up')

Callers

nothing calls this directly

Calls 1

start_gameFunction · 0.70

Tested by

no test coverage detected