Software Engineer
Unleashing My Imagination

Teevitchi: Android Edition
Inspired by Tamagotchi, Teevitchi: Android Edition is an engaging app/game where you care for a charming character named Teevitchi. Your tasks include feeding, playing, cleaning, putting them to sleep, and ensuring they uses the bathroom when needed. Teevitchi communicates they're needs through animations or an exclamation point appearing at the top right of the screen, signaling that they requires your attention. The game also feature 8 lo-fi beats to listen to generated by Suno AI.
​
Teevitchi: Android Edition is a straightforward, ad-free, and in-app purchase-free game that will soon be available for free on Android. The game is feature-complete and almost ready for launch, currently undergoing testing and the Google Play Console closed beta phase. You can find a download link and a short video of Teevitchi in action below. Once the game is live on Google Play, the code will be available on GitHub.

Facial Recognition Project
Description: A face recognition project that uses python and the cv2. face-recognition libraries.
Functions: recognize a face from an image or a video. Blur said face in the image or video. Add a filter to the face live through webcam
​
My Game Engine

Description: A game engine I have been working over the past few years. It is created completely from scratch using java and opengl. I like taking my time with this project and slowly building it up as I have free time.
​
Functions: This engine currently features model importation. Texture rendering on 3d models. A camera. Point lights, and reflective lights that come off of models. And last but not least terrain generation.