I tend to produce logically clear and reliable codes with design patterns, whenever possible.
I also keep myself motivated and eager to learn new technologies and techniques, which can be practically applied to projects and enhance player experience.
Generally, I would say I'm a calm and patient person.
I usually try to look at different aspects and open to opinions from other people, in order to bring out simple solutions for complex problems.
Besides playing games with friends to have fun, I like playing football and table tennis as
well.
Moreover, I love taking pictures with wonderful landscapes that catch my eye, they just
offer me some peace of mind.
Here are the photos I've been shooting in Finland.
Please check my responsibility description in my CV (bottom left corner) or in my
LinkedIn if you're interested.
This place is to showcase some of them visually.
Combat AI
Every Morbid enemy utilizes Behavior Tree and AI Perception System for their logical decision.
Some of them take advantage of Mob System, which makes them surrounding player and not attacking all at once.
This system is developed based on
Game AI Pro book,
Chapter 28.
For bosses, they are given much more details and complex mechanics, to offer players more challenging combat.
I cannot show everything about all bosses, but here's a short footage of the final boss, Ira, who has special abilities of flying and diving.
Note: the boss in this video was not finalized in balancing yet, and I'm also very good at this game. So it looks easier than it should be.
Animation programming
For player animation, I integrated Advanced Locomotion System (ALS) for much smoother movement animation.
Of course, I also had to modify their system a lot, so it could fit to our gameplay mechanics.
Enemy's animation system is much more lightweight for performance reason. Some of them got dynamic animations, to enhance their gameplay and visual.
The 1st enemy rotates its arm to match player's position when (1-arm) attacking.
The 2nd enemy rotates its arm towards the ground, the closer it is to the player.
Some rotation and leaning indicate the direction this horse is trying to go.
Also make the whole movement more natural.
Most of the enemies have a feature called Bone Stagger, which makes their defined bones to "react" when taking damage.
Its purpose is to emphasize the hit impact, whenever the enemy can't get staggered or stunned (for ex, channeling an attack).
Please check this video (1st one in this page) to see an example of this feature.
Dynamic camera
A couple of examples that can be seen through videos.
Targeting Camera: Besides locking camera to target, it can also change camera position to make sure bigger enemies can fit the screen with player.
Tight Space Camera: Automatically move camera to center to avoid snappy collision.
Then it will recover back to normal, depends on how fast player is moving.
Dialog Camera: Focus NPC, but player still have control to look around.
Re-focus said NPC after player stop controlling camera for certain amount of time.
Critical Blow Camera: Follow player's arm with defined presets for different weapon animation. Player can also change its intensity through Camera Settings Menu.
Tools
Reduce lots of Draw Calls with only 2-click
Prototype
A Zombie FPS that was prototyped within 8 days with the team.
Projects
Before stepping into my professional career, I have been working on several projects with cross-discipline
Game Development teams, with a goal to develop and polish our games as much as possible.
In addition, I also collaborated with various intercultural teammates, and I'm finding myself
comfortable when communicating with them, as well as supporting each other and sharing knowledge.
*Projects without are private, otherwise click it to go to project's repository.
**Unreal Blueprints (code) cannot be shown via GitHub.
To change pages and check projects:
Hold left-mouse button, then swipe left/right, or ...
Press left/right arrow button
Published
As a result, our teams have 2 polished games shipped, and looking for more in the future, with better quality and more attraction to players.
3D educational game developed by 6 people, including me as the only main Programmer:
Built and developed whole gameplay mechanics as well as game logics
Supported Artists with exporting and importing 3D models and animations
Provided reusable code for the designer to design each level
Implemented AdMob, reduced APK size to meet Google requirement
Technically collaborated with our Producer to publish Sortify on Google Play Store, from
Internal Testing to official Production publishment
Update: Unfortunately, this game was removed from Google Play for some reason, and I have no access to developer account.
Please check the YouTube link above if you're interested in how the game looks
First game project ever, also my first time working with a game engine. As 1 out of 3
Programmers in a 5-man team:
Implemented winning and losing conditions with C++
Sound tweaking using Blueprint when players win or lose
Built save system for game progress and sound settings
Update: Unfortunately, this game was removed from Google Play for some reason, and I have no access to developer account.
Please check the YouTube link above if you're interested in how the game looks
Others
Smaller projects, demos, course assignments, learning materials, etc.
Animal InstinctUnreal Engine
2/2021 – 5/2021Blueprint / C++ / PHP
In this period, we aimed for a demo of Battle Royale game, utilizing Client-Server Model for multiplayer.
In this period, we ambitiously aimed for a demo of Battle Royale game, utilizing Client-Server Model for multiplayer.
As a Game Programmer, my responsibilities included:
Collaborated with Datacenter department to deploy a simple Matchmaking System with Dedicated Server and Database
Established REST architecture for server communications, with the support of
VaRest plugin
Developed game rules and game flows for both Server and Client
Implemented replicated and expandable Ability System with unique Skill for each Character
Snake controls itself to grab the fruit and still prioritizes safety.
Snake controls itself to grab the fruit and still prioritizes safety.
It's not the smartest, but good enough to give player fun and challenges.
Of course, there's an option to let players manually control the Snake in the project.
Classic Battleship game, where Player fight with Enemy AI.
Enemy has 3 Attack States:
Random Attack, Searching Attack, and Forward Attack.
Classic Battleship game, where Player fight with Enemy AI.
Enemy has 3 Attack States:
Random Attack, Searching Attack, and Forward Attack.
Random Attack: Default state, attack to a random Cell.
If hit a ship, move to Searching Attack.
Searching Attack: Find attackable neighbors of last hit Cell, then attack 1 of them.
If hit, move to Forward Attack. If not, keep attack other neighbors.
If no neighbor left, move back to Random Attack.
Forward Attack: Keep attacking in the forward direction of last hit neighbor.
Move back to Searching Attack if miss.
Reinforcement Learning to train the Penguin, making it find the fish and feed the baby, or collect bones and take them to the trash bin.
It's actually a tutorial that I followed to learn Unity Machine
Learning.
The author utilizes Reinforcement Learning to train the Penguin, making it find the fish and
avoid bones, then feed the hungry baby.
Technically, the Penguin Agent needs to Observe, make a Decision then perform Action. Its
goal is to maximize the Reward (both positive and negative) to complete the task right and
as fast as possible.
My attempt was letting the Penguin pick both fish and bones, but it has to bring them to the
right place. The fish goes to the baby and the bones should be in a nearby trash bin.
Unsurprisingly, the training was pretty much longer than it used to be, as it's hard for the
Penguin to differentiate them; and it also accidentally touched the wrong one before
reaching the right one.
Although I was not making this from scratch, it was great for me to learn some basic
knowledge of Unity ML.
It's also a useful and interesting experience to observe your "kid" getting smarter and
better.
In short, nothing goes wrong when studying Machine Learning, and I hope I can practically
learn more of it.
Lead players to a Victory destination, using colors, lights, and ready-made
mechanics.
An assignment in Level Design course, utilizing First Person Template in UE4.
The task is to lead players to a Victory destination, using colors, lights, and ready-made
mechanics.
As a Programmer, I tweaked it a little bit to offer some difficulties to the level.
I also took advanced of the built-in physics and control to create more challenges.
The result may seem hard, but I believe it would make more sense if it's in a complete game.
An assignment in Game Design course, in which the task is to replicate a very old game and
"upgrade" it.
I found this game on Retro Games page, which was made in 1977.
It is a local multiplayer game that 2 players try to kill each other and compete who has
more kills to win.
The interesting mechanic for me is the ability to control the bullet while it's flying,
although it's pretty hard and partly conflicting with the movement.
However, it makes the game really fun and also requires some skill to be able to defeat the
opponent.
Thus, I replicated it similarly, and also implemented "teleport" mechanic, that allows the
tank to teleport to its bullet.
This is just a demo, no proper UI or sound, since I just developed it when I have free time,
until the deadline.
However, a playtest was conducted, and I found most of the testers were enjoyable when playing
an old-school local multiplayer game against each other.
I can feel the potential of this project and hopefully, I will be able to continue developing
this when the era of local multiplayer is back with new technologies, along with extra
flavors.
Yes, this website is made from a
template from HTML5 UP.
In addition, there are many customizations and functional implementation that I've made to upgrade it.
In short, it has been improving to be more aesthetically clean, comprehensive, and straightforward.
Caution: other than 1920 x 1080, the web may get weird with different resolutions (not a
good Web Developer tho).
That being said, it still gets frequent updates for more features, optimization and content improvement.
Extra Courses
Not that important, but if you want to check more:
I would be welcome to get into a discussion, if you feel I'd be a strong candidate for a Programmer
position (or any other position) in your organization.