Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/geekcomputers/Python
/ update
Method
update
Flappy Bird - created with tkinter/Flappy Bird.py:28–30 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
26
self.gravity = 1
27
28
def
update(self):
29
self.vel += self.gravity
30
self.y += self.vel
31
32
def
flap(self):
33
self.vel = -10
Callers
1
main
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected