TheCalculatorHive

FLAMES Calculator

Enter two names to play the classic FLAMES game — Friends, Love, Affection, Marriage, Enemies or Siblings — with the letter cancellation and circular elimination shown step by step, updated live as you type.

Your name — spaces and punctuation are ignored.

The other person's name — only letters are compared.

Results update live as you type

Your FLAMES result
FriendsThe surviving letter is FFriends.
Surviving letter
F
Leftover letters (m)

How your result was calculated

Starting from F, we count 5 letters through F-L-A-M-E-S (wrapping around), remove the letter we land on, then keep counting from the next survivor until one letter is left.

StepLetters in playRemovedRemaining
1F L A M E SEF L A M S
2F L A M SMF L A S
3F L A SSF L A
4F L ALF A
5F AAF
SurvivorF
Like this? Share: Email

What is the FLAMES game?

FLAMES is a light-hearted name game that has been played on the backs of school notebooks for generations. You take two names, cross out the letters they share, count what is left over, and use that number to knock out the letters of the word FLAMES one at a time until a single letter survives. That letter reveals a playful “relationship” between the two people — Friends, Love, Affection, Marriage, Enemies or Siblings.

This calculator automates the exact same pen-and-paper steps, shows its working, and gives you the answer instantly as you type. It is pure fun — a bit of the same recreational-maths spirit as the Roman Numeral Converter or the everyday number-crunching in the Percentage Calculator.

What the six letters mean

The survivor of the elimination maps to one of six outcomes:

LetterMeaning
FFriends
LLove
AAffection
MMarriage
EEnemies
SSiblings

How the calculation works

The tool follows four steps, exactly as you would by hand:

  • Normalize: both names are lower-cased and everything that is not a letter (spaces, punctuation, digits) is removed.
  • Cancel shared letters: for each letter, the number of copies the two names have in common is removed from both names. If a letter appears twice in one name and once in the other, exactly one copy is cancelled from each.
  • Count what is left (m): add up the letters remaining in the two names. This leftover count is the number used to eliminate.
  • Eliminate in a circle: starting at F, count m letters through F-L-A-M-E-S (wrapping back to the start when you reach the end), remove the letter you land on, then continue counting from the next survivor. Repeat until one letter remains.

m = (letters left in name A) + (letters left in name B)  ·  survivor = circular-eliminate(F L A M E S, m)

The key idea

The final step is the same “counting-out” process behind the classic Josephus problem in mathematics: arrange items in a circle, repeatedly remove every m-th one, and see who is last standing. FLAMES is that puzzle applied to just six letters.

Worked example: AJAY and PRIYA

AJAY and PRIYA share the letters A and Y. Cancelling those leaves 3 letters in AJAY-minus-shared and 2 in PRIYA-minus-shared, so m = 5. Eliminating the FLAMES letters five-at-a-time, circularly, removes E, M, S, L and A in turn — leaving F = Friends. Every row below comes straight from the calculator’s engine, so it always matches the tool.

StepLetters in playRemoved
1F L A M E SE
2F L A M SM
3F L A SS
4F L AL
5F AA
SurvivorF

Assumptions and limitations

  • Names are compared case-insensitively; spaces, punctuation and digits are stripped before comparison.
  • Cancellation is occurrence-wise — the smaller of the two per-letter counts is removed from each name.
  • The elimination uses the traditional circular method (a moving start pointer), which reproduces how the game is played by hand. A simplified “remainder ÷ 6” shortcut used by some code tutorials can give a different letter for the same names.
  • When the two names cancel completely (identical names or exact anagrams, m = 0) there is nothing to count with, so the tool reports “all letters cancelled” instead of forcing a result.
  • Regional variants exist for the letter meanings (A = Affection vs Admirer, S = Siblings vs Secret Lovers); this calculator uses the dominant convention.
  • FLAMES is entertainment only — the result depends entirely on spelling, so nicknames and full names can give different outcomes for the same two people.

Frequently asked questions

What does FLAMES stand for?+

FLAMES is an acronym for the six possible relationship outcomes: Friends, Love, Affection, Marriage, Enemies and Siblings. Whichever letter survives the elimination process becomes your result.

How does the FLAMES game work?+

You cancel out the letters that both names have in common, count how many letters are left, and use that count to eliminate letters from F-L-A-M-E-S one by one in a circular pattern until only one letter remains.

Is FLAMES scientifically accurate?+

No — FLAMES is a fun, traditional pen-and-paper name game with no scientific, psychological or predictive basis. It is meant purely for entertainment, not as a real assessment of any relationship.

Does the order of the two names matter?+

No. Letter cancellation is symmetric, so entering nameA first or nameB first produces the exact same leftover count and the same final result.

What happens if both names use exactly the same letters?+

If every letter cancels out (for example, identical names or anagrams like LISTEN and SILENT), there are zero letters left to count with, so no elimination can happen. The calculator shows a clear "all letters cancelled" message rather than a forced result.

Do spaces, capitalization or middle names affect the result?+

Spaces and capitalization are ignored — "John Doe" and "JOHNDOE" are treated identically. However, using a nickname versus a full name (for example "Bob" vs "Robert") changes the letters involved and can change the result.

What is 'circular elimination' in FLAMES?+

Starting from F, you count forward through the remaining letters using your leftover-letter count, wrapping back to the start of the list if you reach the end, and remove whichever letter you land on. You then keep counting from the next surviving letter, repeating until one letter is left. This is the same "counting-out" pattern behind the classic Josephus problem in mathematics.

Why do some FLAMES calculators give a different answer for the same names?+

Some online tutorials use a simplified 'remainder divided by 6' shortcut instead of the traditional circular elimination method. The two approaches can produce different letters for the same leftover count — this calculator uses the traditional method, which matches how the game is played by hand.

Does M always mean 'Marriage' and not something else?+

In the most common version of the game, F-L-A-M-E-S stands for Friends, Love, Affection, Marriage, Enemies and Siblings. A few regional variants swap in Admirer or Secret Lovers for one letter, but this calculator uses the widely recognized standard set.

Can I use full names with surnames?+

Yes. You can enter first names, full names, or nicknames — the calculator strips spaces and punctuation and compares only the letters, so longer names simply change the leftover count and potentially the outcome.

Is this the same FLAMES game played in school?+

Yes — this calculator automates the exact same pen-and-paper process many students play by hand: cross out shared letters, count what is left, and cross off F-L-A-M-E-S letters in a circle until one remains.

What's the difference between 'Love' and 'Affection' in FLAMES?+

They are simply two of the six possible outcomes in the acronym — Love (L) and Affection (A) are both playful romantic-leaning results, while Friends, Marriage, Enemies and Siblings cover the other traditional categories.

Will I get the same FLAMES result every time for the same two names?+

Yes. The calculation is entirely deterministic — given the exact same two names (same spelling and same order), the letter cancellation and circular elimination always produce the same leftover count and the same surviving letter. There is no randomness anywhere in the process.

Can FLAMES actually predict whether two people will get married or stay enemies?+

No. FLAMES has no connection to real-world relationship outcomes — it is a letter-counting puzzle, not a prediction model. A result of "Enemies" or "Marriage" says nothing about how two people actually feel about each other; it only reflects which letters their names happen to share.

Can I play FLAMES the traditional way, with just pen and paper?+

Yes — this calculator is a digital version of the exact classroom game. Write both names, cross out one occurrence of every shared letter, count what is left, then cross off F-L-A-M-E-S in a circle using that count until one letter remains. The tool simply performs those same steps instantly and shows every step it took.

Disclaimer

This calculator is provided for general information only. Its results are estimates based on the values you enter, so please double-check anything important before relying on it.

Sources

Formula and data last reviewed by the TheCalculatorHive team on 7 July 2026. Figures are for general information, not professional advice.