MCPcopy Index your code
hub / github.com/geekcomputers/Python / handle_snake_down

Function handle_snake_down

Snake Game Using Turtle/main.py:144–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142 start_game()
143 snake.up()
144def handle_snake_down():
145 if game_state in ["start", "playing"]:
146 start_game()
147 snake.down()
148def handle_snake_left():
149 if game_state in ["start", "playing"]:
150 start_game()

Callers

nothing calls this directly

Calls 2

downMethod · 0.80
start_gameFunction · 0.70

Tested by

no test coverage detected