-
- Downloads
Add command line interface to Overcooked Simulator
A new command line interface has been added to Overcooked Simulator, which starts up the overcooked game engine server and a PyGame 2D Visualization window each in their own process. This is done using argparse for handling command line arguments. Furthermore, some minor changes have been introduced in the game server and GUI scripts to better handle processes and accept host and port arguments.
Showing
- overcooked_simulator/__main__.py 70 additions, 0 deletionsovercooked_simulator/__main__.py
- overcooked_simulator/game_server.py 2 additions, 2 deletionsovercooked_simulator/game_server.py
- overcooked_simulator/gui_2d_vis/overcooked_gui.py 3 additions, 4 deletionsovercooked_simulator/gui_2d_vis/overcooked_gui.py
- setup.py 3 additions, 0 deletionssetup.py
Loading
Please register or sign in to comment