-
- Downloads
Add type hints and docstrings across multiple modules
Added type hints and docstrings throughout the project, notably in the effects, orders, study server, and game server modules. These additions provide better understanding and ease in navigating through the codebase. Minor code reorganization and syntax optimization were also performed.
Showing
- CHANGELOG.md 6 additions, 0 deletionsCHANGELOG.md
- cooperative_cuisine/__init__.py 11 additions, 12 deletionscooperative_cuisine/__init__.py
- cooperative_cuisine/argument_parser.py 0 additions, 4 deletionscooperative_cuisine/argument_parser.py
- cooperative_cuisine/counters.py 19 additions, 1 deletioncooperative_cuisine/counters.py
- cooperative_cuisine/effects.py 4 additions, 4 deletionscooperative_cuisine/effects.py
- cooperative_cuisine/environment.py 12 additions, 5 deletionscooperative_cuisine/environment.py
- cooperative_cuisine/game_server.py 63 additions, 12 deletionscooperative_cuisine/game_server.py
- cooperative_cuisine/hooks.py 9 additions, 2 deletionscooperative_cuisine/hooks.py
- cooperative_cuisine/orders.py 12 additions, 5 deletionscooperative_cuisine/orders.py
- cooperative_cuisine/pygame_2d_vis/__init__.py 1 addition, 0 deletionscooperative_cuisine/pygame_2d_vis/__init__.py
- cooperative_cuisine/scores.py 3 additions, 3 deletionscooperative_cuisine/scores.py
- cooperative_cuisine/study_server.py 40 additions, 3 deletionscooperative_cuisine/study_server.py
- cooperative_cuisine/utils.py 7 additions, 0 deletionscooperative_cuisine/utils.py
Loading
Please register or sign in to comment