Players 2-7 Playtime 25-30 Age 10+ Designer Antoine Bauza Publisher Repos Production Artist Agnès Ripoche Show More Mechanics Die Icon Resolution, Paper-and-Pencil Categories Ancient, City Building, Dice Guide one of the seven largest cities of antiquity to prosperity in 7 Wonders Dice. During the game, you will construct a wonder that defies time, make scientific advances, develop commerce, manage your resources, and handle your gold reserve prudently — all while keeping an eye on neighboring cities since ignoring them has a heavy price! A game plays over a series of turns during which you will use dice to construct your city. At the end of the game, count up all of your points to see who has the highest score. 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; }