Skip to content
View itaruf's full-sized avatar
🎮
🎮
Block or Report

Block or report itaruf

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

Welcome to my world 👋 ~ Start exploring ~ now ~ ⭐

#include "hobbies.h"
#include "languages.h"
#include "profile.h"
#include "softwares.h"

int main() 
{
  Profile profile;
  profile.set_name("Imane Taruf");
  profile.set_title("Junior Game Programmer");
  profile.add_education("IIM Digital School", "Master's Degree in Game Programming", 2021, 2023);
  profile.add_education("Paris Cite University", "Bachelor's Degree in Computer Science", 2018, 2021);
  profile.set_email("imane.taruf@gmail.com");

  Languages languages;
  languages.add_programming({"C", "C++", "C#", "Python"});
  languages.add_computer({"HTML", "CSS", "JSON"});
  languages.add_scripting("Unreal Engine's Blueprints");
  languages.add_real({"French: Native", "English: Fluent", "Japanese: Beginner", "Spanish: Beginner"});

  Softwares softwares;
  softwares.add_game_engine({"Unreal Engine 4", "Unreal Engine 5", "Unity", "Ubisoft's Anvil"});
  softwares.add_ide({"Visual Studio Code", "Visual Studio Community 2019/2022", "JetBrains Rider", "JetBrains PyCharm", "Eclipse"});
  softwares.add_version_control({"Git", "Perforce"});
  
  Hobbies hobbies;
  hobbies.add({"Video Games", "Retrograming", "Game development", "Game Jams", "Japanese Culture", "eSports"});

  return 0;
}

Pinned

  1. MissNeville MissNeville Public

    2D Puzzle-Action Game made in C++ where you play as a detective who goes investigating the mysterious disappearance of an english noble familly, the Neville, in their mansion now cursed by the peop…

    C++ 2

  2. GameOff2023 GameOff2023 Public

    Game made with Unreal Engine 5 for the GameOff 2023. Escape 42 is a stealth game made for the Game Off 2023 jam. Step into a sci-fi environment and collect as much data as possible without being de…

    C++ 1 1

  3. FinancialTradingSystems FinancialTradingSystems Public

    Prototypes of financial trading systems in C++ e.g. an order matching engine system that manages transactions for a specific symbol by pairing buy and sell orders.

    C++ 1

  4. Lv.99GameJam2023 Lv.99GameJam2023 Public

    Game made with Unity for the Lv. 99 Game Jam 2023. Play as a sakura flower and climb your way up to your tree's branch. Collect petals to go faster and let you carry by the wind. Dodge anything try…

    C# 1 1

  5. EpicMegaJam2022 EpicMegaJam2022 Public

    Game made with Unreal Engine 5 for the Epic MegaJam 2022. Upside Down is a 3D platform game where you defy gravity and try to get out of a mysterious world.

    1 1

  6. BrackeysGameJam2022.2 BrackeysGameJam2022.2 Public

    Game made with Unreal Engine 5 for the BrackeysGameJam2022.2. Gone Rogue is a 3D FPS game where you play as an AI in a fast-paced environment in which you must survive against waves of enemies unti…

    1 1