Professional Projects
This is a list of projects I made while working in companies.
Human Ragdoll Shooter
Game Designer, Game Programmer
Team size: 5
Company: Verarium


-
Designed and pitched the game concept to the team and investor, leading to full development and 10M+ downloads.
-
Prototyped and iterated on the 'Ragdoll Bomb' mechanic—kinematic ragdolls were parented to a dynamic rigidbody, detaching on impact with velocity inheritance—boosting Day 3 retention by 6%.
-
Developed internal marketing/debugging tools, allowing real-time modification of ammo, skins, and camera settings, estimated to reduce promotional material creation time by 50%.
-
Created event content (Independence Day), implementing seasonal props, skins, and limited-time gameplay mechanics.

10M+ downloads
Crawler Hit
Game Programmer, Marketing Producer
Team size: 5

1M+ downloads
-
Implemented mines and levers. Mines activate damage player through an existing interface, while levers trigger animations and Unity events for efficient level design. Contributed to a 12% increase in Day 3 retention.
-
Integrated internal tools to maintain a rapid marketing production pace, ensuring continuous creative output.
-
Implemented a data-driven creative iteration process, producing and refining ad creatives through structured performance analysis. Optimized CPI from $0.64 to $0.28 while maintaining retention by systematically testing and improving high-performing concepts.


Company: Verarium
ReAIlityTV
Lead Programmer
Team size: 2
Company: Seele Games



-
Researched, designed, and implemented a system for dynamic text-based content generation, utilizing Scriptable Objects to enable flexible and scalable workflows for generating narrative, character, and world-building elements. Documented the system for ease of use and integration.
-
Implemented multithreading to optimize generation times, reducing content generation time by over 5x by allowing parallel processing of multiple content generation tasks.
-
Designed and implemented Unity-based tools to integrate procedural content generation systems into gameplay loops, optimizing workflows and enhancing gameplay dynamics.
Personal Projects
This is a list of projects I made in my free time.
KoboldLabs Engine | C++ OpenGL Game Engine
Lead Developer, Team Leader
Team size: 2



Duration: 6 mths
An OpenGL-based Game Engine with Object-Action Architecture, Written in C++
Video is a little old.
For PBR, Shell Texturing and SoftBodies you can look at imagies and gifs on the left.
-
Component-Based Architecture:
A robust, easy-to-use system inspired by industry standards, facilitating rapid development and extension. -
Custom save/load system:
Using a lightweight, human-readable .txt format for streamlined scene data management and fast iteration. -
3D Model Support:
Compatibility with multiple file formats (e.g., OBJ, FBX) for versatile asset integration. -
Physically-Based Rendering (PBR):
Supports ambient occlusion, roughness, metalness, and normal mapping, implementing industry-standard PBR shading models for realistic material representation. -
Shell Texturing:
Efficiently renders large fields of dynamic, interactive grass using layered shell texturing, achieving depth and motion with minimal performance overhead. -
Custom Physics Engine:
Implemented a hybrid collision detection system combining AABB for broad-phase filtering
and mesh-based collision for precise narrow-phase resolution, optimizing performance while ensuring accurate physical interactions.. -
Soft-Body Physics:
Custom soft-body simulation with real-time interaction between soft bodies and rigid colliders, supporting elasticity and deformation-based physics responses. -
Animation & Scripting:
Supports Lua-based keyframe animation. -
Audio Integration:
FMOD integration for advanced audio processing and spatial sound. -
Performance Optimization:
Integrated multithreading specifically for optimized pathfinding, reducing computational overhead in navigation tasks.
BoxHell
Solo Developer
Team size: 1





A rougue-like game with randomly generated dungeon. Collect loot, use it, sell it, avoid smart-turrets and be careful about what you are breaking.
-
Built a modular dungeon generation system using weighted and level-limited Scriptable Objects with room packs for controlled randomness and an easy-to-use prefab placement method.
-
Developed a procedural animation system for weapons that creates unique animations based on stats, settings, and proximity, using bezier path, enabling the rapid creation of distinct animations.
-
Designed a weighted loot drop system with configurable rarity packs, allowing for quick and flexible item additions. The modular architecture enabled rapid expansion of usable and equippable items without requiring any code changes.
-
Implemented an event-driven architecture using delegates and actions to decouple various game systems, enhancing modularity and maintainability across the entire codebase.
Shapeless
Team Leader, Lead Developer
Team size: 6

local
GameJam
Winner


Every time you look away, maze changes.
A third person game where player needs to traverse the maze that regenerates everywhere you don’t see it.
-
Wave Function Collapse Map Generation allowing of creation infinite everchanging maze.
-
Implemented an infinite maze system by tracking player position and teleporting to the center upon boundary exit. Persisted maze data is reloaded to realign the player for seamless continuity.
-
Lead the team of 6 people, managing all parts of the project.
Overpowered
Lead Developer, Team Leader
Team size: 2


A simple platformer where you need to balance your power. Kill too much and you will explode from power. Kill too little and will perish from weakness. Made for LudumDare 49 in 48 hours.
-
Fast-pased action platformer.
-
Utility-Based AI, that makes decisions via weights, controlled by player state, envirement, stats and other enemies around.
(not really important or notisable in gameplay, but makes enemies more chaotic and interesting to slash) -
Collaboration with 2D artist.
Team size: 1


Casual Android game where you rotate your phone to control energy shields. Rotate and defend the gyro.
-
Implemented gyroscope-driven control system, mapping device orientation to character and camera rotation across arbitrary holding positions.
-
Developed a signal-processing algorithm to stabilize noisy gyroscope input by averaging delta values, mitigating sensor drift and jitter.
(later I relized that my phone has a broken gyroscope.) -
Optimized quaternion-based transformations for seamless and responsive movement, ensuring consistent gameplay across various device orientations.
Mars: Physics Control
Team Leader, Lead Developer
Team size: 2

2D physics based Pazzle Platformer , where you can freeze objects and throw them around made in 1 year in coloboration with artist who made multiple Dota cosmetic items.
-
Box2D physics based pazzle-platformer.
-
Multiple physics based mechanics.
-
Boss-battle
Impulse
Solo Developer
Team size: 1


Fast-pased movement shooter with gravity gun.
-
Fully custom player controller with complex fast-pased movement and parkour features that properly interacts with rigidbody physics.
-
A auto-supehit system, that aligns fast-mooving object path to other anemy (limited by angle).
-
Multiple full-screen shaders.
-
Shaders for ingame screens.
OverDice
Team Leader, Lead Developer
Team size: 3



3D movement gamejam shooter, where you use dice as your weapon. But you need to hit enemies with the right side of the dice.
-
Smear-frame effect on any fast mooving object.
-
Impact-frame effect on enemy hit.
-
Multiple enemies with dfferent behaviour and weapons
Creature Sucker
Team Leader, Lead Developer
Team size: 2


A Ludum Dare 51 gamejam game, made in around 8 hours.
Catch monsters, put them into a grill and sell them.
-
Creatures' Utility-Based AI, that makes decisions via weights, controlled by player state, envirement, stats and other creatures around.