UI/UX Programmer
Featured Projects
Gambler's Fallacy
Unity 2023.2 | C# for Unity
Download It On Game Gallery!
Implemented a Page/Stack based system to handle in game UI systems, including pop and push callback functions. Additionally, having different animations for menus entering/exiting, with different easing options.
​
This architecture allows smooth transitions and flexible control over menu flow enabling scalability and proper menu management.
​
​
Developed an inventory system using an MVC architecture for the front-end, allowing a clear separation of concerns and maintainability. Implemented drag and drop functionality for deck management, hoverable items displaying detailed descriptions.
Card Game Simulation
Unity 2023.2 | Action System | C# for Unity
Developed a modular Action List system to manage UI and gameplay events in a poker simulation. The system supports multiple features such as different easing options, delay, duration, reference actions, grouping and blocking, enabling complex and synchronized action sequences. Designed for flexibility and maintainability, streamlining the coordination of visual and functional elements throughout the game.
Built an in game debug text system that visualizes active actions and key data points from the Action System.