Skip to content
View Aaroh4's full-sized avatar
:shipit:
Coding cool stuff
:shipit:
Coding cool stuff

Highlights

  • Pro

Block or report Aaroh4

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
Aaroh4/README.md

Hello, I am Aaro! 👋

Tech Stack

C C++

Small game made in Finnish College Gamejam: https://doomi42.itch.io/darkmansion

This is my GitHub, where I post all my school projects and projects I have made on my own! Below, you can find some of my favorite projects.

Pinned Loading

  1. minishell minishell Public

    Minishell is a simple shell implementation in C, designed to emulate the functionality of bash. This project offers hands-on experience with processes, file descriptors, and other fundamental aspec…

    C 1 1

  2. cub3d cub3d Public

    cub3D is a graphics project inspired by the classic game Wolfenstein 3D, the first true First Person Shooter game developed by Id Software. This project aims to provide a dynamic 3D view inside a m…

    C 1

  3. libft libft Public

    Libft is a custom implementation of a subset of the standard C library functions. This project provides a foundational set of utility functions that can be reused in various C programming projects.…

    C

  4. so_long so_long Public

    so_long is a small 2D game project designed to help you develop skills in working with textures, sprites, and basic gameplay elements using C. The primary goal is to create a simple yet engaging 2D…

    C

  5. webserv webserv Public

    This project involves creating an HTTP server in C++, supporting GET, POST, and DELETE methods, serving static websites, handling file uploads, and executing CGI scripts. The server uses non-blocki…

    C++