MarketFLAMES (game)
Company Profile

FLAMES (game)

FLAMES or FLAME is a paper-and-pencil game popular among school-aged children, which is theoretically related to the Josephus problem and other counting-out games. FLAMES or FLAME is an acronym for the possible outcomes of the game. In order, they are:F: friends L: lovers A: affectionate M: marriage E: enemies S: siblings : it may be omitted in some variations

Gameplay
The gameplay of FLAMES (or FLAME) has the following steps: • Write your and your crush's name on a sheet of paper. • Cross out any common letter that appears in both the names. If the common letter(s) appears uneven times in the two names, all of its occurrences in both names may be crossed, def flames(name1: str, name2: str) -> str: a = list(name1.strip().upper()) b = list(name2.strip().upper()) for i in list(a): if i in b: a.remove(i) b.remove(i) n = len(a) + len(b) f = "FLAMES" f_len = 6 while f_len > 1: r = n % f_len if r == 0: f = f[: f_len - 1] f_len -= 1 else: f = f[r:] + f[: r - 1] f_len -= 1 return f[0] == In popular culture ==
In popular culture
• The coming-of-age series Flames, is named after this game. The game is also featured in promotional materials of the series. • In episode 4 of season 1 of ImMature, Susu attempts to clear Dhruv's confusion about his relationship with Chhavi by playing FLAMES. == See also ==
tickerdossier.comtickerdossier.substack.com