Real World Simulator
Description
A first-person VR game developed in Unity with the following features: drivable cars with sound effects, AI controlled enemy soldiers, guns to shoot down enemy soldiers, 3D sound effects. Used GoogleVR SDK as the VR Platform.
Created character controller from the ground up using Unity's Rigidbody system. Designed the enemy AI from scratch using Unity's AI system and Unity's NavMesh system.
The game is replete with animations and an avatar to represent the user.
Skills
C#, Unity Game Engine, Unity AI, NavMesh, GoogleVR SDK, OOP
Interaction with Virtual Objects
Description
Demonstrated interacting with objects in virtual environment using hand pose estimation and a single RGB camera.
Used MediaPipe's hand solution and OpenCV in the backend, Unity Game Engine in the frontend, and ZeroMQ and NetMQ to transfer data between the backend and the frontend.
Skills
Python, C#, Unity Game Engine, NetMQ, ZeroMQ, OpenCV
GameArena
Description
An online store that catalogs video games. Personal responsibilities included designing the homepage, user sign-up and login pages, and their related backend functionalities. Used AJAX for a more responsive user experience.
Skills
HTML, CSS, JavaScript, jQuery, AJAX, Python, MySQL, RESTful