Players 1-4 Playtime 30-45 Age 10+ Designer Emily Vincent Publisher Flatout Games Artist Beth Sobel Show More Mechanics Chaining, Contracts, End Game Bonuses, Market, Matching, Open Drafting, Pattern Building, Rondel, Scenario / Mission / Campaign Game, Set Collection, Solo / Solitaire Game, Tile Placement, Variable Set-up Categories Abstract Strategy, Animals, Puzzle Knitting Circle is a stand-alone follow up to the hit spatial puzzle game Calico! In this gorgeous puzzly tile-laying game for the whole family, players are knitters competing to create the coziest, most beautiful assortment of garments. Rounds are simple - collect yarn from the central basket and knit it into garments while trying to get your color combinations and patterns just right! Earn victory points by completing garments, adding buttons, and fulfilling bonus scoring goals. Along the way, your furry feline friend can help you out by reaching their grabby paws into the bag to secure you the best yarn! With variable scoring goals, and dozens of unique template cards, each game of Knitting Circle brings a new spatial puzzle to your table! —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; }