Skip to content
Snippets Groups Projects
  • Florian Schröder's avatar
    db592d64
    Refactor argument parser in Overcooked Simulator · db592d64
    Florian Schröder authored
    The argument parser and related function calls have been moved from the `__main__` function in the Overcooked Simulator to the `main` function. This change streamlines the function calls and improves code readability and management. Furthermore, it ensures that essential configurations are in place before the game server and GUI are initiated.
    db592d64
    History
    Refactor argument parser in Overcooked Simulator
    Florian Schröder authored
    The argument parser and related function calls have been moved from the `__main__` function in the Overcooked Simulator to the `main` function. This change streamlines the function calls and improves code readability and management. Furthermore, it ensures that essential configurations are in place before the game server and GUI are initiated.