DEV Community

Cover image for Semantic Paradox
PRADEEP HEBBALLI
PRADEEP HEBBALLI

Posted on

Semantic Paradox

I Built Semantic Paradox with MeDo — A Fast Brain Game That Fights Your Instincts

Live app: https://app-b4mn8ezne7ep.appmedo.com/

What I built

Semantic Paradox is a high-speed Stroop-effect brain-training game built with MeDo.

The game looks simple at first: players see a color word such as RED, BLUE, GREEN, or YELLOW. But the word may appear in a different font color.

The player must follow the active rule:

  • HARMONY: tap the written word
  • PARADOX: tap the font color

The challenge is that the rule changes during the game, forcing the player to constantly switch between reading and visual recognition.

Why I built it

Most brain-training apps feel either too clinical or too repetitive. I wanted to create something that feels like a real game but still trains useful cognitive skills.

Semantic Paradox is inspired by the Stroop effect, where the brain experiences conflict between reading a word and recognizing its color. I turned that conflict into a fast 60-second challenge with scoring, feedback, leaderboard competition, and an AI-generated performance profile.

How the gameplay works

Each session lasts 60 seconds.

The player sees:

  • a timer
  • a score
  • the current rule: HARMONY or PARADOX
  • a large target word
  • four answer buttons: RED, BLUE, GREEN, YELLOW

Example:



If rule = HARMONY:
    correct answer = written word

If rule = PARADOX:
    correct answer = font color

Correct tap = +10 points
Incorrect tap = -5 points
Accuracy = correct taps / total taps
Enter fullscreen mode Exit fullscreen mode

Top comments (0)