Looking for an Internship as a gameplay programmer in Sweden / Denmark

Game programmer with a specialization in gameplay programming, A creative coder driven by challenges


Check out my Game Projects

MAD BOX RACING

Unity Mobile game

Duration : 4 Weeks

Made With 12 People

WITCH HUNTER

Unreal Engine 5

Duration : 7 Weeks

Made With 14 People

BLOOM

Unreal Engine 5

Duration: 3 Weeks

Made With 12 People

The Unknown Dungeon

Unity

Duration: Work in Progress

Solo project

My Programming Principles

Clean and readable code


My Goal in programming is to write clear, maintainable, and extendable code to ensure smooth development in the future.


Optimized Code


I strive for efficient code, minimize resources, and ensure a high performance for a responsive gameplay experience.


Problem-solving and inovative

 I aim to prioritize finding efficient, innovative solutions for technical challenges in gameplay programming

Clickable

01.

Clean and readable code

Player Movement Variables
On all my projects i try to make all my Variables clean and easy to read/find.
I keep public and private variables separate.
I use "camelCase for variables and "Pascal Case" for properties
Player Movement
My functions have a nice and clear name to understand it's function. When we want to "Handle" something we begin with "Handle" same with "initialization"
Player Movement
When handling Cleanups I use custom cleanup functions for the specific code i want/need to cleanup

Good, clean and readable code means good standards.

Creating clear and comprehensible code is crucial for effective game development and subsequent updates. Well-structured code not only improves my productivity but also fosters the long-term success of the organization.Emphasizing clarity in coding practices enhances development efficiency, facilitates teamwork, and minimizes the occurrence of bugs. This approach guarantees seamless feature integration and plays a significant role in the company's expansion.


02.

Optimized Code

BulletPooling
Optimizations are important, By using different methods like "Object Pooling" we ensure that "Script" is optimized

Efficient Code, Exceptional Gameplay

I emphasize the importance of crafting efficient code to maximize resource utilization and achieve superior performance in gaming. This approach guarantees a responsive and seamless gaming experience that aligns with player expectations and technical

standards.

Prioritizing performance not only improves gameplay but also facilitates scalability and stability. By reducing resource consumption, I play a role in creating a more dependable and enjoyable product, which ultimately benefits both players and the overall success of the company.

03.

Problem-solving and inovative

Raycast Issue
Issue i had here is that my raycast was registering multiple times even with safety checkers and instantly killing the enemies.
not good!
Solved raycast issue
Here is my solved issue by checking if we are not attcking, then call function, reset the boolean and breaking out of the foreach loop, this solved the issue and it's now registering only 1 hit.
WeaponManager
So i needed a nice way to handle a script that has functions that SET/GET and equip weapon function for later on for a much easier handling, this handles all we need, and a much needed script instead of having all unnecessary in each weapon script.

Solving issues and inventing

I'm aim at solving technological problems by coming up with innovative and effective solutions. I guarantee reliable systems that improve gaming by decomposing difficult issues and taking an innovative approach to them.

In order to enable systems to develop and smoothly incorporate new features as projects expand, I concentrate on creating solutions that are both practical and flexible. A dynamic player experience and long-term success are guaranteed by this strategy.

A Glimpse into My Current Work

Procedural maze generation
a very early showcase of my "map" generation, it generates a maze with connected rooms
unsplash