Ticky in the cave
Made with Unity and as a submission for the Brackeys game jam, themed "Rewind". It is a 2D puzzle platformer with 5 levels featuring Ticky, a cute robot with a rewinding ability that it must use to capture the keys and escape the cave.
Yatzy Online
This project brings the online multiplayer experience into the classic dice game, Yatzy, where players roll five dice and score points by creating specific combinations. It was developed in Unity and utilized Netcode for GameObjects and Relay to allow playing with others online.
(xyz)⁰
(xyz)⁰ is a math-themed first-person shooter where you shoot out cards with rules that follow math concepts (e.g. a card with a trajectory of cosine) to kill enemies. The project was built from scratch with C++ & OpenGL, and my focus was graphics programming and implementing a behavior tree system for a boss fight.
Kana
Kana is an educational game made in Unity and is released on Steam (Free to Play) that aims to help users learn the Japanese "alphabets" with features like character stroke writing, character charts and typing gameplay.
Mage Vs. Goblins
A rogue-lite prototype made with Unity. The goal of this project was to tackle topics like enemy AI, AI movement, ability systems and more.
Snake 2020
My very first game - a version of the classic snake game with a twist, a power-up that decreases the snake's body length. Built with Python using the Pygame library.