- π Currently going through the 42 curriculum β C, C++, systems, networks
- π οΈ I build things close to the metal: shells, raycasters, IRC servers
- π Based in France
| Project | Description | Language | Score |
|---|---|---|---|
| ft_irc | RFC-compliant IRC server with bot | C++ | 110/100 |
| cub3D | Wolfenstein-style raycaster with minimap & doors | C | 125/100 |
| minishell | POSIX shell β parsing, pipes, redirections, builtins | C | 101/100 |
| push_swap | Stack sorting with a custom group-based algorithm | C | 96/100 |
| Philosophers | Dining philosophers β threads & mutexes | C | 100/100 |