-
-
-
2021-soLong Public
This project is a small 2D game with minilibx. Textures, sprites and tiles included.
-
2022-cub3d Public
This project is inspired by the world-famous eponymous 90’s game, which was the first FPS ever. It will enable you to explore ray-casting. Your goal will be to make a dynamic view inside a maze, i…
-
-
2021-getNextLine Public
The aim of this project is to make you code a function that returns a line, read from a file descriptor.
-
2021-libftSubmodule Public
This project aims to code a C library regrouping usual functions.
-
2022-minishell Public
The aim of this project is to create a simple shell to learn about processes and file descriptors.
-
2021-minitalk Public
The purpose of this project is to code a small data exchange program using UNIX signals
-
2021-pipex Public
This project sole purpose is to give a better understanding of UNIX mechanisms.
-
2021-philosophers Public
Project to simulate a bunch of philosophers at a dinner table in order to understand threading and mutex
-
2021-ftPrintf Public
This project is pretty straight forward: recode printf