Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/geekcomputers/Python
/ update
Method
update
Checker_game_by_dz/modules/checker.py:18–21 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
16
17
# to update the position
18
def
update(self):
19
self.board.draw(self.window)
20
self.draw_moves(self.valid_moves)
21
pg.display.update()
22
23
def
_init(self):
24
self.select = None
Callers
5
first.py
File · 0.45
get_valid_moves
Method · 0.45
_traverse_l
Method · 0.45
_traverse_r
Method · 0.45
multicoloredline.py
File · 0.45
Calls
2
draw_moves
Method · 0.95
draw
Method · 0.45
Tested by
no test coverage detected