You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libft-projects is an actively maintained C library that began as the standard libft project from 42 school. It has since evolved into a reusable, modular library designed to support and improve fut…
42-so_long is a 42 school project where you build a simple 2D game using MiniLibX, a minimal graphics library. The game is made without a game engine, relying only on low-level graphics and manual …
42-push_swap is a 42 school project that focuses on sorting data using two stacks and a limited set of operations. The goal is to create the most efficient sorting algorithm possible, minimizing th…
A recreation of Bash in C. Features command execution, custom parser, pipes, redirections, heredocs, environment variable handling, built-in commands (cd, echo, export, etc.), and full signal manag…