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

Function paddle_b_down

Python/pong.py:67–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 paddle_b.sety(y)
66
67def paddle_b_down():
68 y = paddle_b.ycor()
69 y -= 20
70 paddle_b.sety(y)
71
72# Keyboard bindings
73wn.listen()

Callers

nothing calls this directly

Calls 2

ycorMethod · 0.80
setyMethod · 0.80

Tested by

no test coverage detected