⚡ Speed Math Trainer in C :-
A fast-paced math quiz game developed in C using Code::Blocks. It generates random arithmetic questions with a scoring system, countdown timer, and instant feedback—perfect for building number skills under pressure.
Key Features:
Random question generator (addition, subtraction, etc.)
Live scoring based on correct answers
Countdown timer using system functions
Clean terminal interface with real-time progress updates
Tech Stack:
Language: C
IDE: Code::Blocks
Concepts used: rand(), time.h, conditionals, loops, scoring logic.
🎮Tic Tac Toe Game in C :-
A classic two-player Tic Tac Toe game built using C. Designed to run in the terminal, it features a clean 3×3 grid, input validation, win detection, and turn alternation logic—all fully coded from scratch.
Features:
Interactive turn-based system (Player X and Player O)
Input validation to prevent overwriting moves
Win/draw detection for horizontal, vertical, and diagonal lines
Neatly rendered board updated after every turn
Tech Stack:
Language: C
IDE: Code::Blocks
Core Concepts: 2D arrays, if-else, loops, user input, functions
Perfect to showcase your understanding of control structures and game flow in C—and it looks great as a visual terminal app too!
Note :
How to Download :-
How to Download and Run the Code Projects:
Click the Download Button
The .exe (executable) file will download to your computer.
Locate the File in Your Downloads Folder
It may be inside a zip file—if so, right-click it and choose “Extract All”.
Double-Click to Launch the Program
The game or tool will open in a terminal or command prompt window.
Allow If Windows Shows a Warning
If a security popup appears, click “More Info”, then “Run Anyway”
This happens because Windows doesn’t recognize the file’s origin (but your code is safe!)
💡 Tip: These are offline programs built with C—no installation or internet needed after download.
"Crafted by curiosity. Shared with purpose."