Coders Packet

Flames game using Python

By GULIPILLI SRAVANI

"Play the Flames game in Python! Determine relationship compatibility between two names based on the FLAMES acronym."

The Flames game is a fun and popular way to determine the compatibility and relationship between two individuals based on their names. This Python implementation allows users to input two names and obtain the corresponding relationship category based on the FLAMES acronym.

The game starts by removing spaces and converting the names to lowercase to ensure consistency. It then counts the remaining characters after eliminating common letters between the two names. This count determines the elimination sequence within the FLAMES acronym.

The FLAMES acronym stands for Friendship, Love, Affection, Marriage, Enemy, and Sibling. Starting with all categories intact, the program iterates through the FLAMES list, eliminating categories based on the count until only one category remains. The final category indicates the relationship between the two individuals.

This Python implementation of the FLAMES game provides an entertaining way to explore the potential dynamics and connections between people based on their names. It can be used as a lighthearted game among friends or as a conversation starter to spark curiosity and amusement.

 

 

Flames game using python

Download Complete Code

Comments

  • Lavanya :

    I need report on flames game using python 

  • Reply to this comment



    Download Packet

    Reviews Report

    Submitted by GULIPILLI SRAVANI (SRAVANI88)

    Download packets of source code on Coders Packet