MCPcopy Create free account
hub / github.com/ActiveState/code / randAppleGen

Function randAppleGen

recipes/Python/578996_Snake_the_game/recipe-578996.py:98–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96
97
98def randAppleGen():
99
100 randApplex = round(random.randrange(0,display_width-AppleThickness))#/10.0)*10.0
101 randAppley = round(random.randrange(0,display_height-AppleThickness))#/10.0)*10.0
102 return randApplex,randAppley
103
104def snake(block_size,snakeList):
105

Callers 1

gameLoopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected