null

Animal Kingdom

Explore the captivating world of Stave Puzzles' Animal Kingdom, where each puzzle is a masterfully crafted monochrome cutout that forms the shape of a beloved animal.

Carlye’s Cow was made famous by the 1990 Smithsonian Magazine. Just 35 white pieces that come together in an unexpected way to form a cow. It’s harder than you think! Now you can experience the same puzzlement with these other tricky puzzles from the animal kingdom. Start your collection today—choose from a llama, panda, horse, pig, dog, cat, bunny, or the original Carlye’s Cow.

Themes

Sort by:
Scroll To Top // nest within any conditional, such as onload fetch('/graphql', { method: 'POST', headers: { 'Content-Type': 'application/json', 'Authorization': 'Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJFUzI1NiJ9.eyJjaWQiOlsxXSwiY29ycyI6WyJodHRwczovL3d3dy5zdGF2ZXB1enpsZXMuY29tIl0sImVhdCI6MTc3NjgxNTYzNiwiaWF0IjoxNzc2NjQyODM2LCJpc3MiOiJCQyIsInNpZCI6MTAwMTY4OTIwOSwic3ViIjoiQkMiLCJzdWJfdHlwZSI6MCwidG9rZW5fdHlwZSI6MX0.yTXpbkyZSflF6_vs3q2MfE79cS4MoArQmS5zgt_yfGP6VuqI_BrrVh-TMWCwQ1hNKa9CnaOzCKrjlNA4TONnFA' }, body: JSON.stringify({ query: "{ site { category(entityId: $categoryId) { metafields(namespace: 'seo', keys: ['seo-h1']) { edges { node { value } } } } } }" }) //graphql query string }) .then(data => data.json()) .then(data => console.log(data)) .catch(error => console.error(error));