Skip to content
View Alex-mfs's full-sized avatar

Block or report Alex-mfs

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Alex-mfs/README.md

Alex Freire · Developer (C/C++/Systems)

Hi! I’m Alex, a 42 Porto student focused on C/C++, networks and system programming.

Featured Projects

  • ft_irc — IRC server in C++98 with poll(), channel modes (+i +t +k +l +o), private messages, topics.
  • cub3D — raycasting 3D engine in C with MiniLibX (textures, wall collisions, minimap, Wolf3D-style rendering).
  • Minishell — small bash-like shell in C with pipes, redirections, $VAR expansion, signals, exit status.
  • so_long — 2D game in C with MiniLibX (map parsing, sprites, collision).
  • Philosophers — concurrent programming, processes and semaphores.

Contact

GitHub Stats

Alex-mfs's most used languages

Pinned Loading

  1. ft_irc ft_irc Public

    Forked from mfortuna23/ft_irc

    Implementation of an IRC server in C++98, developed in collaboration with https://github.com/mfortuna23

    C++

  2. CPP05 CPP05 Public

    C++

  3. CUB3D CUB3D Public

    C

  4. Minishell Minishell Public

    This project is about creating a simple shell. Yes, your own little bash. You will learn a lot about processes and file descriptors.

    C

  5. so_long so_long Public

    This project is a very small 2D game. Its purpose is to make you work with textures, sprites, and some other very basic gameplay elements.

    C

  6. Push_swap Push_swap Public

    C