MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / snake.py

File snake.py

Python/snake.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Snake, classic arcade game.
2Exercises
31. How do you make the snake faster or slower?
42. How can you make the snake go around the edges?

Callers

nothing calls this directly

Calls 2

changeFunction · 0.85
moveFunction · 0.85

Tested by

no test coverage detected