A cool FLAMES game written in C language with typing animation and hacker-style terminal effects.
Check your relationship between two names: Friends, Love, Affection, Marriage, Enemies, or Siblings.
- Runs in Windows Dev C++ / GCC / MinGW
- Typing animation for names
- Progress bar effect
- Animated elimination of letters in FLAMES
- Simple and fun terminal-based game
- Can generate an EXE to share with friends
A cool FLAMES game written in C language with typing animation and hacker-style terminal effects.
Check your relationship between two names: Friends, Love, Affection, Marriage, Enemies, or Siblings.
- Runs in Windows Dev C++ / GCC / MinGW
- Typing animation for names
- Progress bar effect
- Animated elimination of letters in FLAMES
- Simple and fun terminal-based game
- Can generate an EXE to share with friends
- Windows PC (Dev C++ recommended)
- Optional: Termux / Linux with GCC
- Open Dev C++
- File β New β Source File
- Paste the code from
flames.c - Save as
flames.c - Press F11 (Compile & Run)
- Terminal will open, enter names, enjoy results!
- Install Termux:
pkg install clang git - Download the code from GitHub: