-
- Downloads
Implement game effects and tools framework
Added the definition and interactions for game effects and tools. The effect type was introduced to influence the player's interactive abilities or alter item's attributes. The tool type extends the player's interactive abilities. It also includes the part related to fire and fire extinguisher for more realistic simulation.
Showing
- overcooked_simulator/counter_factory.py 58 additions, 7 deletionsovercooked_simulator/counter_factory.py
- overcooked_simulator/counters.py 86 additions, 66 deletionsovercooked_simulator/counters.py
- overcooked_simulator/effect_manager.py 133 additions, 0 deletionsovercooked_simulator/effect_manager.py
- overcooked_simulator/game_content/environment_config.yaml 10 additions, 0 deletionsovercooked_simulator/game_content/environment_config.yaml
- overcooked_simulator/game_content/item_info.yaml 17 additions, 1 deletionovercooked_simulator/game_content/item_info.yaml
- overcooked_simulator/game_content/item_info_debug.yaml 15 additions, 0 deletionsovercooked_simulator/game_content/item_info_debug.yaml
- overcooked_simulator/game_content/layouts/basic.layout 1 addition, 1 deletionovercooked_simulator/game_content/layouts/basic.layout
- overcooked_simulator/game_items.py 88 additions, 17 deletionsovercooked_simulator/game_items.py
- overcooked_simulator/gui_2d_vis/drawing.py 15 additions, 3 deletionsovercooked_simulator/gui_2d_vis/drawing.py
- overcooked_simulator/gui_2d_vis/visualization.yaml 20 additions, 0 deletionsovercooked_simulator/gui_2d_vis/visualization.yaml
- overcooked_simulator/overcooked_environment.py 16 additions, 7 deletionsovercooked_simulator/overcooked_environment.py
- overcooked_simulator/player.py 24 additions, 9 deletionsovercooked_simulator/player.py
- overcooked_simulator/state_representation.py 10 additions, 6 deletionsovercooked_simulator/state_representation.py
- overcooked_simulator/utils.py 26 additions, 1 deletionovercooked_simulator/utils.py
Loading
Please register or sign in to comment