- Jan 16, 2024
-
-
Fabian Heinrich authored
-
Fabian Heinrich authored
Added game time limit, property game_ended of overcooked_environment returns true when time limit is reached. GUI switches to game end screen when it is finished.
-
- Jan 04, 2024
-
-
Fabian Heinrich authored
-
- Dec 21, 2023
-
-
Fabian Heinrich authored
-
Fabian Heinrich authored
Read grid size from viz config. Or change flag to use fixed window width, with grid size beeing rescaled
-
Fabian Heinrich authored
Changed world coordinate frame to unit length * number of counters in the layout. World size is determined by kitchen layout
-
Florian Schröder authored
-
- Dec 20, 2023
-
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
Fixed determining closest counter and if the player can reach it. Added flags in gui to show ranges and interaction points
-
Fabian Heinrich authored
-
Florian Schröder authored
staticmethod
-
Florian Schröder authored
-
Florian Schröder authored
Stack plates in sink.
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Florian Schröder authored
plate dispenser without manager. plates disappear for a time and then appear on the plate dispenser. You can now add stuff on the plates on the dispenser. New lock for gui and environment.
-
Fabian Heinrich authored
Added game mechanic washing dishes. Served plates return in the plate return, can be washed in sink. TODO can wash multiple plates in the sink by holding interact button
-
- Dec 19, 2023
-
-
Florian Schröder authored
add also simple burger assets and pan.
-
Dominik Battefeld authored
-
- Dec 18, 2023
-
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Florian Schröder authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
- Dec 15, 2023
-
-
Florian Schröder authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
- Dec 14, 2023
-
-
Florian Schröder authored
Changed path concatenation, Created dataclass for item information, pass item config path via argument of the environment, no tomato class anymore, no pot class anymore, no soup and pan class, now everything is either a meal, cuttableitem, item, cookingequipment or plate. maybe do the plate as a cooking equipment next.
-
Fabian Heinrich authored
-
- Dec 12, 2023
-
-
Fabian Heinrich authored
Fixed bug which continued cutting when moved away from cutting board. Now stops correctly with keyup
-
- Dec 07, 2023
-
-
Florian Schröder authored
-
Fabian Heinrich authored
-
Fabian Heinrich authored
-
Florian Schröder authored
changed pick_up method to return the item in the players hand. Plates are now stackable on the PlateReturn. occupied by is now a list in the plate return
-
Fabian Heinrich authored
Added GameScore class to keep track of game score. Currently just by serving things in the serving window
-
Florian Schröder authored
-
Fabian Heinrich authored
-