Projects on C;
These projects are written entirely in C, enhancing my low-level programming skills, memory management, and problem-solving abilities.


So-Long
"So Long" was my fourth project at School 42, which required us to create a 2D video game (Pac-Man style) using the MLX library. The project involved memory management considerations and had the unique feature where the end user, wanting to execute the game, could create the game map using '0' and '1'.


LibFT
This project involves programming a standart C library, along with certain additional functions, to implement it in my future programs.


MiniShell
Minishell is a shell implementation written in C as part of the 42Cursus curriculum. It provides a basic command-line interface where users can execute commands and interact with the operating system.