MCPcopy Create free account
hub / github.com/alg-bug-engineer/Cheesy-AI-Fish / init_game

Function init_game

v1.py:320–328  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

318
319# 初始化游戏
320def init_game():
321 draw_interface()
322 draw_grid()
323 display_input_box()
324 display_history()
325 setup_keyboard()
326
327 # 启动游戏更新循环
328 update_game()
329
330# 启动游戏
331if __name__ == "__main__":

Callers 1

v1.pyFile · 0.85

Calls 6

draw_interfaceFunction · 0.85
draw_gridFunction · 0.85
display_input_boxFunction · 0.85
display_historyFunction · 0.85
setup_keyboardFunction · 0.85
update_gameFunction · 0.85

Tested by

no test coverage detected