Skip to content
Snippets Groups Projects
  • Florian Schröder's avatar
    3f7420e4
    Implement random agent and adjust player collision handling · 3f7420e4
    Florian Schröder authored
    This commit introduces a random agent in the game simulation. A significant portion of code has been added to manage the actions and decisions of this random agent within the environment. Player collision with moving players has been commented out, possibly indicating a test where player interactions do not lead to the halting of movement. A large layout has also been added to the simulation. In the visualization component, the process for launching agents has been adjusted to accommodate the random agent.
    3f7420e4
    History
    Implement random agent and adjust player collision handling
    Florian Schröder authored
    This commit introduces a random agent in the game simulation. A significant portion of code has been added to manage the actions and decisions of this random agent within the environment. Player collision with moving players has been commented out, possibly indicating a test where player interactions do not lead to the halting of movement. A large layout has also been added to the simulation. In the visualization component, the process for launching agents has been adjusted to accommodate the random agent.