March - June 2024
Description:
A dungeon crawler showcased at Gotland Game Conference 2024 featuring turn-based combat on a hex grid.
Competencies:
- AI enemies
- A* pathfinding
- Turn-based combat
- Unreal Engine blueprints
Febuary - March 2024
Description:
An adventure horror experience, with stylistic inspiration from the PS1 era.
Competencies:
- Unreal Engine blueprints
- Level design
- Player guidance
- Environmental storytelling
Febuary 2024
Description:
Implementation of the A* algorithm in C++ with an interface to edit the simulated scenario.
Competencies:
- A* pathfinding
- Algorithm visualization
- C++
December 2023
Description:
A cube rendered in real time with shader code written on the website shadertoy.
Competencies:
- Real-time rendering pipeline
- Linear algebra
- GLSL
September - October 2023
Description:
A recreation of Tetris for the GameBoy, programmed in C++.
Competencies:
- File reading/writing
- Tile systems
- C++
April - May 2023
Description:
Gold Fishing is a game in which you try to steal gold from a dragon using a fishing rod and an invisibility cloak.
Competencies:
- Product ownership
- Game design
- Scrum
- C#
January - March 2023
Description:
An infinite survival shmup in space where the player needs to manage two types of threats. Asteroids and ghosts.
Competencies:
- Game design
- Unity
- Scrum
- C#
December 2022
Description:
A space shooter where you control a spaceship trying to survive waves of
asteroids, collecting points gathered by shooting them.
Competencies:
- C++
- Polymorphism
- Game loop