Skip to content
View merituulie's full-sized avatar
🤓
🤓
Block or Report

Block or report merituulie

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

⭐️ About Me

🏢 A software developer currently developing a Professional Services Automation
🤩 Passionate about Game AI
🏫 A Bachelor's degree in Business Information Technology and a minor in Games Programming
🎮 Currently finishing extra curricular studies at Hive Helsinki to be the best coder ever.

Top Tech
My Skills
Top Languages

🖱️Projects I've working on lately

Name Description
Webserver 🛜 An HTTP server for serving a static websites with dynamic content through CGI scripts, and supporting HTTP methods GET, POST, and DELETE.
Game AI 🌴 A small Game AI simulation of the good ol' Johnny Castaway screensaver.
Philosophers 🧵 A classic Dining philosophers problem solved with a multithreaded program.
Cub3D 🕹️ A raycaster based game project.

Pinned Loading

  1. JohnnyCastaway JohnnyCastaway Public

    A small game AI simulation of the good ol' Johnny Castaway screensaver. Johnny is stranded on an island and as the days go by Johnny gets tired and hungry, in which case Johnny will decide between …

    C# 1

  2. minishell minishell Public

    Minishell mimics the behavior of the good ol' bash. The project handles pipes & redirections, environment variables, expansions, signals and has built-in functionality for the following commands: c…

    C 1 1

  3. JanMouwes/aquaticlysm JanMouwes/aquaticlysm Public

    C#

  4. fdf fdf Public

    3D Graphics project in C. The program takes in a file name of an existing map and draws it into a 3D wireframe in isometric projection using Bresenham's line algorithm.

    C

  5. philisophers philisophers Public

    A classic Dining philosophers problem solved with a multithreaded program. The program takes in the amount of philosophers, which is also the amount of forks available in the dining table. The prog…

    C

  6. push_swap push_swap Public

    A sorting algorithm to sort an integer array with two stacks. In addition to basic stack behavior the stack have the ability to be rotated for- and backwards. The algorithm sorts a list of 2, 3, 5,…

    C