Players 1-4 Playtime 30-60 Age 14+ Designers Pauline Kong, Marie Wong Publisher Hot Banana Games Mechanics Grid Movement, Set Collection, Solo / Solitaire Game, Tile Placement Category Animals In Moon Bunny, you take on the role of a master bunny alchemist inspired by folklore. Your task is to guide your bunny assistants on a journey through the lunar landscape to gather rare Asian herbs. Each assistant has their own unique hopping movement pattern, and it is up to you to choose the right ones for the task at hand. Once you have collected the necessary ingredients, bring them back to your workshop and arrange them in a specific pattern to brew the ultimate elixir of life. The bunny who is able to gift this elixir to the world, bringing health and happiness to all, wins the game. —description from the designer 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; }