Skip to content
Snippets Groups Projects
  1. Feb 28, 2024
    • Florian Schröder's avatar
      Move game content configurations to "configs" directory · 87d43f82
      Florian Schröder authored
      All configurations, scripts, and yaml files previously held in "game_content" are now placed in the "configs" directory for logical organization and better visibility. All references within the code that previously pointed to "game_content" have been updated to reflect the new "configs" path.
      87d43f82
    • Florian Schröder's avatar
      Rename project from overcooked_simulator to cooperative_cuisine · 242c9860
      Florian Schröder authored
      All instances of 'overcooked_simulator' have been replaced with 'cooperative_cuisine'. This includes changes in file paths, imports, and script names. The necessary adjustments to reflect this rename have also been made in the documentation, setup files, test scripts, and CI/CD configuration.
      242c9860
  2. Feb 20, 2024
  3. Feb 19, 2024
  4. Feb 06, 2024
    • Fabian Heinrich's avatar
      Fixed empty layout, no empty line. · b6b3e663
      Fabian Heinrich authored
      b6b3e663
    • Florian Schröder's avatar
      Refactor player movement and remove collision detection · 0a8e0367
      Florian Schröder authored
      The Overcooked environment module has been refactored to better handle player movements. The previously existing detect_collision function and its helper functions have been removed as they were no longer needed. Similarly, all the player speed values have been updated to reference a singular player_movement_speed attribute. The changes aimed to improve code readability, enforce unified player speeds, and remove redundant collision detection.
      0a8e0367
  5. Feb 05, 2024
    • Florian Schröder's avatar
      Update player movement and collision logic · 020cb4db
      Florian Schröder authored
      The principal updates in this commit focus on modifying the player movement mechanism and refining collision detection logic in the Overcooked game simulation. The changes were made both in the game layout and the player's relation to the environment, by adjusting the player position coordinates and enhancing the collision parameters. Debugging prints were added for better tracking.
      020cb4db
    • Fabian Heinrich's avatar
      Chaotic debugging and testing · 769dabd9
      Fabian Heinrich authored
      769dabd9
  6. Jan 04, 2024
  7. Jan 03, 2024
  8. Dec 21, 2023
  9. Dec 20, 2023
  10. Dec 15, 2023
  11. Dec 14, 2023
  12. Dec 05, 2023
Loading