Visual Showcase

School Enterprise Project

A lightweight school library management system designed for general study purposes. It uses SQLite as the backend database and includes features such as a PDF reader, video player, image viewer, PPT reader, and more.

School Project 1 School Project 1 School Project 1 School Project 1

Client-Server Slider

A demonstration of a networked Unity book slider controlled through basic client–server communication. Tested using Mirror and Netcode. The server controls the book slide position, and clients automatically sync to it in real time over the same Wi-Fi network.

cutscene and Tutorial

Created cutscene along with tutorial, implemented animations, interactions, and UI elements. Character movement was guided along a spline, and camera motion was handled using Unity’s Cinemachine dolly camera system.

Maze Game

A 2D Maze Game featuring procedural maze generation using Depth-First Search (DFS) and pathfinding implemented with Breadth-First Search (BFS).

Ragdoll Demo

A physics-based ragdoll prototype inspired by Kreta Games . Clicking on the character applies force to the body, making it collapse and then recover by standing back up.

SWOT Chatbot

A Unity-based chatbot powered by Ollama, designed to generate instant SWOT analysis. Experimented with behavior tuning using DeepSeek and LLaMA models for faster reasoning and more structured outputs.

Car Driving Game

A basic 3D Unity driving game featuring simple physics and a small environment. The player must reach a target destination before the countdown ends.