Twin Hunt

Generate interactive emoji matching puzzles with circular scatter positioning in React.

6|62|Updated Jun 17, 2026
One-click install
npx skills add https://github.com/vicharanashala/tenali --skill twin-hunt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Twin Hunt
Source: https://github.com/vicharanashala/tenali/tree/main/supermarket/twinhunt
Command: npx skills add https://github.com/vicharanashala/tenali --skill twin-hunt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Twin Hunt provides a structured, engaging way to test visual processing speed and pattern recognition through a client-side game interface.

Core Features & Use Cases

  • Dynamic Round Generation: Automatically creates unique matching puzzles using a pool of 40 emojis.
  • Configurable Difficulty: Allows users to adjust the number of objects per panel (3–15) and the total number of rounds.
  • Performance Tracking: Includes a real-time results table to track accuracy and response time per round.

Quick Start

Launch the Twin Hunt game interface to begin a session with the default settings of 5 objects per panel and 10 rounds.

Frequently Asked Questions about Twin Hunt

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test visual processing speed with an emoji matching game?

Twin Hunt generates interactive visual matching puzzles using randomized emoji sets and circular scatter positioning algorithms, facilitating cognitive testing and user engagement through a client-side React component.

Can I adjust the difficulty of visual matching puzzles?

Yes, you can configure difficulty by adjusting the number of objects per panel from 3 to 15 and setting the total number of rounds in the game session.

How does a React component track cognitive game performance analytics?

The client-side React component implements state management for round progression and timer tracking, displaying accuracy and response time in a real-time results table.

Do I need a server-side backend to run a client-side cognitive game?

No server-side dependencies are required. State management, round progression, and performance analytics operate entirely within the client-side React component architecture.

How are visual emoji puzzles randomized in a cognitive testing game?

Visual emoji puzzles are randomized using a pool of 40 emojis combined with circular scatter positioning algorithms to automatically create unique matching panels for each round.