Skip to content
Snippets Groups Projects
  1. Mar 13, 2024
  2. Mar 11, 2024
    • Florian Schröder's avatar
      Update websocket handling and configure server host and port · c2c310b9
      Florian Schröder authored
      The code changes involved updating the system to manage websockets from the server side, which removed the necessity to hardcode the websocket URL. Furthermore, an implementation to configure host and port of the game server was added. This included setup functions and their usage in chat and data exchange servers. Tests were updated to reflect these changes as well.
      c2c310b9
  3. Mar 07, 2024
    • Florian Schröder's avatar
      Refactor and modify classes with improved explanations · b0201cd6
      Florian Schröder authored
      The classes across several files have been modified to improve clarity, provide better comments, and refine attribute representations. This commit involves refactoring the item, effect, and player classes to include more detailed descriptions and user-friendly outputs. The change also simplifies some methods and eliminates redundancies for cleaner and more efficient code.
      b0201cd6
  4. Mar 05, 2024
  5. Feb 28, 2024
    • 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
  6. Feb 27, 2024
  7. Jan 26, 2024
    • Florian Schröder's avatar
      Refactor and add detailed docstrings to Overcooked game server · d754c525
      Florian Schröder authored
      Removed the unused 'get_state_simple_json' method, added missing docstrings providing detailed explanations for functions in 'overcooked_simulator/game_server.py' and 'overcooked_simulator/simulation_runner.py'. Implemented a type hinting dictionary in 'overcooked_simulator/server_results.py'. These changes are aimed at improving code readability and maintenance.
      d754c525
Loading