Please enable JavaScript.
Coggle requires JavaScript to display documents.
Kalaha, Files, main(), __main__.py - Coggle Diagram
Kalaha
Files
game.py:
play()
next_turn()
move_balls()
winner()
__main__.py:
config_game()
config_players()
main()
classes.py:
class Player:
init
()
strategy()
score()
disable_bowls()
has_balls()
_ball_counter()
class Bowl()
init
()
balls()
is_home()
pick()
add_ball()
update_bowl()
helpers.py:
class EarlyCloseException()
init
()
load_data()
UI
layout.py:
base_settings()
game()
board()
_col()
_new_option()
elements.py:
create_window()
create_board()
popup_notice()
main()
create_window()
load_data
base_settings
_new_option
_col
create_board
Bowl (__init__)
create_board
Bowl (__init__)
config_game
__main__.py
classes.py
game.py
helpers.py
---UI---
layout.py
elements.py