Pinned Repositories
Card_Game
Cub_3d
This project is an exploration of ray-casting, the same technology used in the groundbreaking first-person shooter game Wolfenstein 3D. You will create a 3D maze and use ray-casting to generate a dynamic view within the maze. Your challenge is to find a way out of the maze while navigating through it using the ray-casting technology.
front
Ft_irc
This project is an IRC server implemented in C++98. It allows users to connect via IRC clients (netcat and Lime Chat were used for this project) and communicate through real-time messaging, both in public channels and through private messages.
Get_Next_Line
Get Next Line is a project at 42. It is a function that reads a file and allows you to read a line ending with a newline character from a file descriptor. When you call the function again on the same file, it grabs the next line.
MiniShell
The "Minishell" project at 42 school is a basic Unix shell implementation in which students create a simplified version of a command-line interface, capable of executing commands, managing environment variables, and handling signal management.
PiPeX
Pipex is a library written in C that provides a set of functions to simplify the creation of shell-style pipes between two processes.
Push_Swap
Push_swap is a 42 school algorithm project where we must sort a given list of random numbers with a limited set of instructions, using the lowest possible number of actions.
rdoukali42
💫 About
ft_transcendence
42 transcendence project
rdoukali42's Repositories
rdoukali42/Cub_3d
This project is an exploration of ray-casting, the same technology used in the groundbreaking first-person shooter game Wolfenstein 3D. You will create a 3D maze and use ray-casting to generate a dynamic view within the maze. Your challenge is to find a way out of the maze while navigating through it using the ray-casting technology.
rdoukali42/Card_Game
rdoukali42/front
rdoukali42/Ft_irc
This project is an IRC server implemented in C++98. It allows users to connect via IRC clients (netcat and Lime Chat were used for this project) and communicate through real-time messaging, both in public channels and through private messages.
rdoukali42/Get_Next_Line
Get Next Line is a project at 42. It is a function that reads a file and allows you to read a line ending with a newline character from a file descriptor. When you call the function again on the same file, it grabs the next line.
rdoukali42/MiniShell
The "Minishell" project at 42 school is a basic Unix shell implementation in which students create a simplified version of a command-line interface, capable of executing commands, managing environment variables, and handling signal management.
rdoukali42/PiPeX
Pipex is a library written in C that provides a set of functions to simplify the creation of shell-style pipes between two processes.
rdoukali42/Push_Swap
Push_swap is a 42 school algorithm project where we must sort a given list of random numbers with a limited set of instructions, using the lowest possible number of actions.
rdoukali42/rdoukali42
💫 About
rdoukali42/REDAME2
rdoukali42/REDAME3
rdoukali42/Web_Game
42 Project