Orkun Arslantürk

Game Programmer | Stockholm, Sweden

Specialized in Gameplay Systems, AI Programming & C++ / Unreal Engine 5

Email Me | LinkedIn | GitHub

About Me

I am a Game Programmer student at Futuregames in Stockholm, with a background in Digital Game Design. I have hands-on experience in Unity, Unreal Engine 5, and C++. My passion lies in building scalable gameplay systems, intelligent AI behaviors, and solving complex technical problems in collaborative team environments.

Technical Skills

Featured Projects

Delumination
View Source Code & Details Unreal Engine 5 | C++ | Gameplay

Designed a modular Quest System using Data Tables and C++. Developed a Game Progression Manager for handling persistent player stats and inventory.

Ok'rhams Creation
View Source Code & Details Unreal Engine 5 | C++ | AI

Implemented 3 distinct enemy AI types using Behavior Trees and custom C++ AIControllers. Optimized performance with object pooling for enemy spawning.

Performance Optimization
C++ | Custom Engine

Optimized collision simulation from 5 FPS to 60+ FPS using a Spatial Hash Grid, reducing complexity from O(N²) to O(N).

OpenGL to Unity Shader
GLSL | HLSL | Shader Graph

Adapted custom shaders with Blinn-Phong lighting from OpenGL to Unity, demonstrating low-level graphics programming skills.