Loading page...
Loading page...
A fun relationship calculator game to predict the future of your crush.
Everything you need to know
Long before algorithmic dating apps and complex astrological charts, there was FLAMES. A staple of middle school notebooks and passed notes, FLAMES is a simple, deterministic word game used to predict the future relationship between two people based solely on their names.
The FLAMES Calculator digitizes this nostalgic game. By entering your name and your crush's name, the algorithm eliminates shared letters and counts the remaining characters to predict your destiny across six possible outcomes.
The calculator automates the classic pen-and-paper rules perfectly.
What do the letters actually stand for?
If you want to play it on paper, here is the exact mathematical logic the calculator uses:
Step 1: Eliminate Shared Letters Write down both names. Find every letter that appears in both names and cross them out one-for-one. (Example: "MARK" and "MARY". You cross out M, A, and R from both names).
Step 2: Count the Remaining Letters Count the total number of letters that were not crossed out across both names. (Example: Only 'K' and 'Y' remain. Total count = 2).
Step 3: Count Through the Acronym Write down F-L-A-M-E-S. Start counting through the letters based on your remaining number. When you reach your number, cross that letter out. (Example: Count 2. F is 1, L is 2. Cross out L).
Step 4: Repeat Until One Letter Remains Continue counting starting from the next letter, wrapping around the word if necessary. Repeat this elimination process until only one letter of the FLAMES acronym remains. That final letter is your relationship prediction.
FLAMES is essentially a deterministic mathematical function disguised as a game. Because it relies entirely on the character count of specific names, the result between "John" and "Jane" will always be the same.
It is a perfect example of a "modulo" math problem in computer science (specifically, a variant of the Josephus problem), making it a fascinating blend of playground fortune-telling and algorithmic logic.
FLAMES is a deterministic modulo algorithm. The final relationship outcome is calculated entirely by the remaining unmatched letters between the two names.
Remaining Letters = (Letters in Name 1) + (Letters in Name 2) - (2 * Shared Letters)
Outcome = FLAMES[ (Remaining Letters) mod (Remaining Options) ]
The FLAMES Calculator is a fun, nostalgic trip back to the days of passing notes in class. While it won't replace a real couples therapist, it's a perfect icebreaker or a fun way to test the algorithmic "destiny" of your favorite celebrity couples.
Disclaimer: This calculator is provided strictly for fun and entertainment purposes. Relationship success is based on communication, mutual respect, and shared values—not the character overlap of your legal names!