Coder Social home page Coder Social logo

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("[email protected]");

  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;
}

Imane Taruf's Projects

animationsimulatoreditorwindow icon animationsimulatoreditorwindow

Editor tool feature developed in Unity for a school project. The developer can select a 3D model and play one of its available animations as a preview.

brackeysgamejam2022.2 icon brackeysgamejam2022.2

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 until a hacker extract you.

cameraproject icon cameraproject

School Project made in Unity with the goal of programming & managing cameras in a game.

catescapegame icon catescapegame

Escape Game Prototype made under Unity in which you play as a cat destroying props to escape the house

cerberspaceshipai icon cerberspaceshipai

School Project made in Unity. The goal was to develop an IA for a spaceship in an existing game and make it fight other AIs in a classroom tournament.

christmasjam_beethoven icon christmasjam_beethoven

Beetho Christmas is a game made in Unreal Engine for the game jam "CHRISTMAS UNREAL JAM 2021". Beetho Christmas is a First Person game which lets you play as the famous dog Beethoven who must retrieve all the gifts spread in his house and put them under the Christmas tree !

dgcrawlerjam2023 icon dgcrawlerjam2023

Game made with Unreal Engine 5 for the Dungeon Crawler Jam 2023. Prototype FP Dungeon Crawler with a Grid-based movement system.

endlesscardriving icon endlesscardriving

Game made with Cocos2d for a school project. Endless Car Driving is a small game where the player collects pieces on the road while going as far as possible as they dodge obstacle

epicmegajam2022 icon epicmegajam2022

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.

epicmegajam2023 icon epicmegajam2023

Prototype made with Unreal Engine 5 for the Epic MegaJam 2023. FP Action with puzzles to solve.

exercises icon exercises

Projects & exercises done to train myself : C / C++ / C# / Java / R / React

financialtradingsystems icon financialtradingsystems

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.

fireworksgenerator icon fireworksgenerator

SDL2 C++ console application project where the user can generate multiple fireworks of different colors by clicking on the window.

gameoff2023 icon gameoff2023

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 detected. Use your scaling technology to shrink yourself to a small size or scale up walls in order to get some much need cover.

gashamon icon gashamon

Game made with SDL2 C++ for a school project. Gashamon is a 2D Turn-based fighting PokΓ©mon-like game where the player can generate a random monster and fight with it.

gitignore icon gitignore

A collection of useful .gitignore templates

gmtkgamejam2022 icon gmtkgamejam2022

Game made with Unity for the GMTK Game Jam 2022. Quick ! Dice It ! is a 2D platformer game in which the player gets stuck in crazy and random trials made by the Evil Guy !

juicyspaceinvaders icon juicyspaceinvaders

School Project made in Unity. Creepy Invaders is a Space Invaders reskined and enhanced in order to have the best juicyness and gamefeel possible.

lucy icon lucy

School Project made in Unity. Lucy is a 2D game about friendship and betrayals where you must play a series of games to survive with 4 other players. The goal was to build a type of alternative controller for our game according to alt.ctrl.GDC's rules and setup an environment to immerse our players into the game's setting.

lv.99gamejam2023 icon lv.99gamejam2023

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 trying to break your pace.

missneville icon missneville

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 people. Solve puzzles which will allow you to get closer to the truth...

soulsbossfight icon soulsbossfight

Prototype made with Unreal Engine 5. SoulsBossFight attempts to recreate a Souls-like gameplay feeling where the player fights a boss.

team5-a5project icon team5-a5project

Diamond Project - Team 5 - 4 Months School Video Game Project made under Unreal Engine 5 - From September 2022 to December 2022

tlotb icon tlotb

The Lord Of The Bugs is a game made for the Game Off 2021. The Lord of The Bugs is a 2.5D side-scrollers plate-former made in Unreal Engine 4. The game is about using the ability of the main character to command bugs in order to progress through the different levels.

ueprototype icon ueprototype

Diamond Project - Team 5 - 6 Months School Video Game Project made under Unreal Engine 4 - From Jan 2022 to June 2022

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.