Resolve "Hooks"
Compare changes
Files
7- Florian Schröder authored
Added a Hooks class to monitor events related to player actions, item interactions, and state changes in the game environment. A hook triggers a corresponding event when a specific action takes place, such as a player picking up an item or a game state changing. This feature will make debugging easier and provide valuable insights during gameplay.
@@ -51,6 +51,7 @@ from overcooked_simulator.counters import (
@@ -111,6 +112,7 @@ class CounterFactory:
@@ -166,6 +168,9 @@ class CounterFactory:
@@ -188,14 +193,16 @@ class CounterFactory: