Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
126
def
restart_game():
127
start_game()
128
129
t.onkey(start_game,
'space'
)
130
t.onkey(restart_game,
'Up'
)
Callers
nothing calls this directly
Calls
1
start_game
Function · 0.70
Tested by
no test coverage detected