A simple browser-based FLAMES relationship calculator from SkyDevLab.
FLAMES is a fun name-matching game that produces one of six playful relationship results:
- F — Friends 🤝
- L — Love ❤️
- A — Affection 😊
- M — Marriage 💍
- E — Enemies 😡
- S — Siblings 👫
Note: This is an entertainment calculator, not a real compatibility or relationship test.
- Enter two names.
- The calculator compares the characters in both names.
- Matching characters are removed from both names.
- The number of remaining characters is calculated.
- That count is used to eliminate letters from
FLAMESuntil one letter remains. - The remaining letter is mapped to the final result.
The core JavaScript uses the standard elimination sequence:
F → L → A → M → E → S
- Simple and lightweight interface
- Instant browser-based calculation
- No backend or database required
- Handles different name combinations dynamically
- Friendly emoji-based results
- Built with plain HTML, CSS, and JavaScript
Try the FLAMES calculator online:
https://skydevlab.github.io/Gravity_Flames/
- HTML5
- CSS3
- JavaScript
git clone https://github.com/SkyDevLab/Gravity_Flames.git
cd Gravity_FlamesOpen the project's HTML file in a modern web browser.
Made with ❤️ by SkyDevLab