Players 1-2 Playtime 30 Age 10+ Designers James A. Wilson, Clarissa A. Wilson Publishers Starling Games (II) Artists Enggar Adirasa, Andrew Bosley Show More Mechanics Contracts, Cooperative Game, Income, Open Drafting, Scenario / Mission / Campaign Game, Set Collection, Solo / Solitaire Game, Variable Set-up, Worker Placement Categories Animals, Card Game, City Building, Fantasy In Everdell Duo, you either compete against your single opponent or play co-operatively with another player to earn the most points. You accomplish this by placing workers to gather resources, then use those resources to play cards face up in front of you, creating your own woodland city. Cards may be played from your hand or from the face-up area on the board called the meadow. However, only cards touching the sun or moon token may be played from the meadow, and players move these tokens each time they perform a turn. Therefore, planning for and timing which cards you play is critical. Each game you try to achieve various events, the requirements of which differ from game to game, making certain cards and combinations more important to pursue. The game lasts for four seasons, then players add their scores to determine the winner. If you're playing co-operatively, check the requirements for the chapter you are playing to see whether you have won. —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; }