Project Info
- Role: Gameplay Programmer
- Team Size: 8
- Time frame: 4 months
- Engine: Unreal Engine 5, 3D
- Tasks: Enemy AI and behavior, menus, other
Highlights
- First project where I took a deeper dive into making enemy AI and it turned out nicely. Learned behaviour trees, blackboard, EQS, AI perception, interfaces and adding animations.
Enemy AI and behaviour
- Three different enemy types: melee, projectile and arc projectile
- Damage system with health bar for enemies
- Hit reactions and damage flash
- Melee enemy: Follows player all the time attacking if close enough. Jumps over obstacles.
- Projectile enemy: Looks for place to shoot with EQS and shoots projectiles straight to player. Uses nav link to jump to different platforms.
- Arc projectile enemy: Looks for place to shoot with EQS and shoots projectiles in an arc to player. Uses nav link to jump to different platforms.
Menus
- Main menu and pause menu with gameplay-, graphic-, and audio settings.
- Saving and loading
Other
- Placed a lot of sounds to correct places.
- Info text for guiding player
- Dissolve effect
Project Info
- Role: Gameplay Programmer
- Team Size: 8
- Time frame: 4 months
- Engine: Unreal Engine 5, 3D, Multiplayer
- Tasks: Multiplayer matchmaking, deathmatch gamemode
Highlights
- Deathmatch gamemode took a lot of time as this was first multiplayer project I made with Unreal Engine. I'm really proud of how it turned out.
Matchmaking
- Steam integration: Game detects and connects to steam on startup
- Lobbies: Able to make private or public lobbies
- Lobby searching: Display all lobbies
Deathmatch gamemode
- Kill feed: Displays names of the killer and killed player
- Scoreboard: Displays steam icon, name, kills, deaths, KDA
- Match winner: Announces the winner of the match at the end of the round