Skip to content
View AlexLav3's full-sized avatar
🤔
🤔
  • Prague
  • 11:34 (UTC +01:00)

Highlights

  • Pro

Block or report AlexLav3

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
AlexLav3/README.md

gif

  • Currently studying at 42Prague.
  • Focused on systems-level programming, digital forensics, and game development.
  • Learning C, C++, Unreal Engine, and Digital Forensics.
  • Passionate about understanding how things work from the ground up.
  • Random facts: I have a cat, love coffee, and enjoy games with strategy and narrative depth.

https://alexlav3.github.io/AlexLav/

Unreal Engine C C++ Visual Studio Code Visual Studio Linux LinkedIn

born2beroote ft_printfe get_next_linee philosophersn libftm minitalkm push_swape so_longm minishellm

📁 In Repos

  • C-based foundational projects (42 core curriculum)
  • C++ exercises from 42 core curriculum
  • Small utilities written for learning purposes
  • Game experiments using MinilibX (c) & SFML (cpp)
  • Small games completed or in progress with Unreal Engine

Pinned Loading

  1. FoxGame FoxGame Public

    Fox game - work in progress, using Unreal engine.

    C++

  2. PacMan3Dproject PacMan3Dproject Public

    3D version of pacman. Focused on use of cpp and AI behavioral trees

    C++

  3. meta_extra meta_extra Public

    A C program that extracts EXIF metadata from a jpeg

    C 1

  4. philo philo Public

    Implementation of the Dining Philosophers problem using threads and mutexes in C. 42 project.

    C

  5. Minishell Minishell Public

    A small shell that has to imitate bash behavior

    C

  6. push_swap push_swap Public

    This is a sorting algorithm challenge from 42 school. The goal is to sort a stack of integers using only a limited set of stack operations, using as few moves as possible.

    C