Skip to content

tecnolgd/C-BASED-QUIZ-GAME-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT License Static Badge

QUIZZER RUSH - C Console Interface🎯

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.

Features⚙️

  • 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

Tech Stack🚀🚀

  • C programming language
  • Console-based UI
  • logic-building

Concepts Practiced🪛

  • if-else, switch-case
  • Loops (for/while)
  • Functions(user-defined)
  • Arrays (1D,2D and 3D)
  • Modular code structure
  • Use of linkers

Future Upgrades🛰️

  • 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

How to Run🔛

Compile the file using any C compiler:

bash(command line)

gcc quiz.c -o quiz && quiz (for VS code)


Note:For clear screen in the output,append the code with

system("cls");

//for WINDOWS OS

system("clear");

//for MAC/LINUX OS


Value in this Repo?

If this repository added value to your learning or dev flow, consider dropping a ⭐ star or hitting fork.

Open for receiving feebacks and knowledge exchange. 🚀


Author

tecnolgd

Releases

No releases published

Packages

No packages published

Languages