Skip to content

Latest commit

 

History

History
67 lines (58 loc) · 9.11 KB

README.md

File metadata and controls

67 lines (58 loc) · 9.11 KB

Practice C Programming Projects

C programming is fundamental to computer science. This Skill Tree presents a systematic approach to learning C language. Ideal for programming beginners, it offers a clear roadmap to understand memory management, pointers, and system-level programming. Hands-on, non-video courses and coding exercises in an interactive C language playground ensure you develop practical skills in writing efficient C programs.

Index Name Level Project Link
01 Building Flappy Bird Using C ★☆☆ 🚀 Start
02 Making a Simple Calculator Using C ★☆☆ 🚀 Start
03 Creating a Gomoku Game in C ★☆☆ 🚀 Start
04 Creating a Snake Game in C ★☆☆ 🚀 Start
05 File Type Statistics Using C ★☆☆ 🚀 Start
06 Typing Practice Program Using C ★☆☆ 🚀 Start
07 Creating a 2048 Game in C ★☆☆ 🚀 Start
08 Creating a Code Rain in C Using Ncurses ★☆☆ 🚀 Start
09 Creating a Simple Tic-Tac-Toe Game in C ★☆☆ 🚀 Start
10 Create a Simple Stopwatch App Using GTK ★☆☆ 🚀 Start
11 Creating a Simple Clock Animation Using OpenGL ★☆☆ 🚀 Start
12 Creating a Dynamic Heart Animation With C ★☆☆ 🚀 Start
13 Implementing Callback Functions in C ★☆☆ 🚀 Start
14 Synchronize Multithreaded Printing with Mutex ★☆☆ 🚀 Start
15 Parsing Command Line Arguments in C ★☆☆ 🚀 Start
16 Implementing Doubly Linked List in C ★☆☆ 🚀 Start
17 Implementing Queue Data Structure in C ★☆☆ 🚀 Start
18 Sorting Courses with Bubble Sort ★☆☆ 🚀 Start
19 Building Remote Shell Client ★☆☆ 🚀 Start

More Projects

Other Lists