Players 1-6 Playtime 15-25 Age 8+ Designer Ralf zur Linde Publisher Ravensburger Artists Steffi Hahn, Julia Simon Show More Mechanics Dice Rolling, Paper-and-Pencil Category Dice Grab the dazzling diamonds before someone else does! In Brilliant, your goal is to fill the fields on your score sheet with numbers as quickly as possible, thereby getting the number of points you need. To do this, write one of two numbers rolled next to a number you've previously entered. The grid is divided into areas of different colors for which different rules apply for entering numbers. The faster you complete an area, the more points you earn. The player with the most points at the end of the game wins. 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; }