Twin Hunt

Generate and manage a client-side visual matching game with React state.

Updated Jul 2, 2026
One-click install
npx skills add https://github.com/badgujarkunal93-blip/Tenali --skill twin-hunt-badgujarkunal93-blip
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Twin Hunt
Source: https://github.com/badgujarkunal93-blip/Tenali/tree/main/supermarket/twinhunt
Command: npx skills add https://github.com/badgujarkunal93-blip/Tenali --skill twin-hunt-badgujarkunal93-blip

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides an engaging, client-side visual matching game that tests cognitive speed and pattern recognition without requiring any server-side infrastructure.

Core Features & Use Cases

  • Dynamic Round Generation: Automatically creates unique matching puzzles using a pool of 40 emojis with configurable difficulty levels.
  • Performance Tracking: Records user response times and accuracy, providing a detailed results table for every session.
  • Use Case: Use this as a quick mental break or a demonstration of client-side state management and UI component logic in a React-based application.

Quick Start

Launch the Twin Hunt game interface to begin a new 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 build a client-side React emoji matching game without a backend?

You can build a client-side React emoji matching game by using React state for round generation and a circular scatter algorithm for UI layout, eliminating external API dependencies entirely.

Can I track user response time and accuracy in a frontend visual matching game?

Yes, you can track user response time and accuracy in a frontend visual matching game by implementing client-side timer management and logging real-time performance results into a detailed session table.

How does circular scatter algorithm work for dynamic emoji puzzle generation?

A circular scatter algorithm works for dynamic emoji puzzle generation by positioning a configurable number of objects per panel from a 40-emoji pool, creating unique visual matching puzzles for each round.

Do I need any external APIs to manage interactive cognitive testing timers?

No, you do not need external APIs to manage interactive cognitive testing timers; the logic for round generation, timer management, and result logging runs fully client-side within the React application.

Is a React state management game suitable for demonstrating frontend logic?

A React state management game is suitable for demonstrating frontend logic because it showcases client-side state handling, dynamic UI component rendering, and real-time performance tracking without server infrastructure.