10 Tail tangle is the ultimate race to build a super long tail while backstabbing and collecting sets to outsmart your friends!
MofuMiro (creator's) socials
(function() { const DESKTOP_CARDS = 22; const MOBILE_CARDS = 8; const IMAGE_URLS = ["https://www.10tailtangle.com/assets/images/image21.jpg?v=f8a59e20","https://www.10tailtangle.com/assets/images/image22.jpg?v=f8a59e20","https://www.10tailtangle.com/assets/images/image23.jpg?v=f8a59e20","https://www.10tailtangle.com/assets/images/image24.jpg?v=f8a59e20","https://www.10tailtangle.com/assets/images/image25.jpg?v=f8a59e20","https://www.10tailtangle.com/assets/images/image26.jpg?v=f8a59e20","https://www.10tailtangle.com/assets/images/image27.jpg?v=f8a59e20","https://www.10tailtangle.com/assets/images/image28.jpg?v=f8a59e20","https://www.10tailtangle.com/assets/images/image29.jpg?v=f8a59e20","https://www.10tailtangle.com/assets/images/image30.jpg?v=f8a59e20","https://www.10tailtangle.com/assets/images/image31.jpg?v=f8a59e20","https://www.10tailtangle.com/assets/images/image32.jpg?v=f8a59e20","https://www.10tailtangle.com/assets/images/image33.jpg?v=f8a59e20","https://www.10tailtangle.com/assets/images/image34.jpg?v=f8a59e20","https://www.10tailtangle.com/assets/images/image35.jpg?v=f8a59e20","https://www.10tailtangle.com/assets/images/image36.jpg?v=f8a59e20","https://www.10tailtangle.com/assets/images/image37.jpg?v=f8a59e20","https://www.10tailtangle.com/assets/images/image38.jpg?v=f8a59e20","https://www.10tailtangle.com/assets/images/image39.jpg?v=f8a59e20","https://www.10tailtangle.com/assets/images/image40.jpg?v=f8a59e20"]; const container = document.getElementById('floater-container'); if (!container) return; const numCards = window.innerWidth <= 768 ? MOBILE_CARDS : DESKTOP_CARDS; for (let i = 0; i < numCards; i++) { const card = document.createElement('div'); card.className = 'card-floater'; card.style.backgroundImage = `url('${IMAGE_URLS[i % IMAGE_URLS.length]}')`; const top = Math.random() * 110 - 5; const left = Math.random() * 110 - 5; const duration = Math.random() * 25 + 35; const delay = Math.random() * -duration; const initialScale = Math.random() * 0.3 + 0.8; const animationName = i % 2 === 0 ? 'floatAround' : 'floatAroundAlt'; card.style.top = `${top}%`; card.style.left = `${left}%`; card.style.transform = `scale(${initialScale})`; card.style.animationName = animationName; card.style.animationDuration = `${duration}s`; card.style.animationDelay = `${delay}s`; container.appendChild(card); } })(); ```
17 Amazing Artists came together to make amazing art for this game! Get a copy of their card at their respective tables at cons!
Thank you to everyone who participated! I hope people appreciate your cards as much as I do! During conventions I will make sure to give you all a shout out during panels!!