Players 2-5 Playtime 55-70 Age 10+ Designers Alex Cutler, Peter C. Hayward Publishers Cardboard Alchemy Artist Sandara Tang Show More Mechanics Contracts, Programmed Movement, Variable Player Powers Category Animals It’s Restaurant Week in Bistro Bay! Restaurants are competing in food challenges while also planning an epic meal to impress a celebrity critic. As one of 2-5 players, you’ll be sending your Chefs out into the city to gather ingredients to create amazing meals and demonstrate that your restaurant is the best in town. Each round new random ingredients are placed in various locations throughout the city. Players simultaneously and secretly plan which locations to send their three chefs to, hoping to collect the best ingredients. Some chefs are fast, but can only gather one item, while others can carry three items, but arrive late. Rumors are also available at locations and provide guidance on what the critic desires. Challenges, revealed in rounds 1 through 6, offer the players opportunities to earn stars for crafting dishes with specific ingredient requirements. After round 7 the players must create an epic meal to impress the celebrity critic and cater to their appetites. A multitude of different critics, rumors and restaurateurs mean every game is fresh! —description from the publisher var cardText = document.querySelector(".storepass-see-more-content") var showMore = document.querySelector('.storepass-see-more') function toggleSeeMore() { if (showMore.innerHTML == 'Show More') { showMore.innerHTML = 'Show Less' cardText.classList.add('storepass-see-more-content-show') } else { showMore.innerHTML = 'Show More' cardText.classList.remove('storepass-see-more-content-show') } } initText() function initText() { if (!checkOverflow(cardText)) return showMore.classList.remove('d-none') } function checkOverflow(el) { var curOverflow = el.style.overflow; if (!curOverflow || curOverflow === "visible") el.style.overflow = "hidden" var isOverflowing = el.clientWidth < el.scrollWidth || el.clientHeight < el.scrollHeight; el.style.overflow = curOverflow; return isOverflowing; } .storepass-see-more-content { display: inline-block; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; height: 28px; } .storepass-see-more-content-show { -webkit-line-clamp: unset; height: unset; } .storepass-custom-description .d-none { display: none!important; } .storepass-custom-description .d-block { display: block!important; }