A clean and powerful console-based quiz Game written in C.
Built to strengthen core programming concepts — loops, conditions, and logic — without any shortcuts or premature complexity.
- Start quiz with 5 questions(as of now)
- Score calculation (+20 / -0)
- Final rank display based on performance
- Menu-based interface(loop based)
- No pointers or advance programming fog — just real logic
- C programming language
- Console-based UI
- logic-building
- if-else, switch-case
- Loops (for/while)
- Functions(user-defined)
- Arrays (1D,2D and 3D)
- Modular code structure
- Use of linkers
- Struct-based question handling
- Load questions from external file(more than 10 questions)
- High score system using file I/O
- Timer using
time.h
- CLI animation (ncurses or ASCII effects)
- GUI version using SDL or similar
Compile the file using any C compiler:
bash(command line)
//for WINDOWS OS
//for MAC/LINUX OS
If this repository added value to your learning or dev flow, consider dropping a ⭐ star or hitting fork.
tecnolgd