MCPcopy Create free account
hub / github.com/ndleah/python-mini-project / draw_borders

Method draw_borders

Lazy_Pong/pong.py:232–234  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

230 self.screen.fill(self.bg_color)
231
232 def draw_borders(self):
233 pygame.draw.aaline(self.screen, self.line_color,
234 (self.disp_w / 2, 0), (self.disp_w / 2, self.disp_h))
235
236
237class PongGame:

Callers 1

run_gameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected