Players 2-4 Playtime 10-20 Age 8+ Designers Christian Kudahl, Laura Kudahl Publishers Nerdlab Games Artist Fanny Pastor Berlie Show More Mechanics Hand Management, I Cut, You Choose, Race, Relative Movement, Set Collection, Track Movement Categories Bluffing, Card Game, Spies / Secret Agents Agent Avenue is a competitive card game for 2-4 players that combines bluffing, strategic set collection, and a race to uncover your opponent's identity. Set in a colorful anthropomorphic world, players assume the roles of retired spies in a suburban neighborhood, outsmarting each other with cards that can score points or trigger special effects. Utilize a unique "I split, you choose" mechanic to play one card face-up and one face-down each turn. Your opponent chooses one, influencing both your strategies. Cards feature different agents and tools that impact scoring and game progress on a track, advancing the "catch me" race to uncover the opposing spy. Beautifully illustrated by Fanny-Pastor Berlie, the game's art brings to life a quirky neighborhood of animal spies. The game includes over 50 cards, a custom game board, and meeples. Outwit your opponents by strategically collecting agent sets and effectively using spy tools. The game ends when a player successfully uncovers their opponent, combining both strategic depth and bluffing elements. Perfect for those who love a mix of strategy and lighthearted competition, "Agent Avenue" challenges you to think like a spy and act like a friendly neighbor. —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; }