
2022 - 2023
The Crypt
The Crypt is a puzzle-focused project where player must find the correct items that serve as keys to unlock hidden doorways and solve other puzzles. While the core mechanic is similar to classic puzzle games, it’s implemented in a fresh, engaging way. In the video below, I’ve left the debug sphere visible to show when the player grabs an item.
This project taught me valuable skills in gameplay tags and modular level design, enhancing both the organization and scalability of game mechanics and environments.
Tank Shooter
A tank shooter game where the player controls a tank while avoiding and engaging automated turrets that shoot at them. This project helped me develop strong object-oriented programming (OOP) practices and gain hands-on experience implementing AI systems using C++.