AI
Combat System
Project Overview
Genre: Action
Platform: PC (Unity)
Technologies Used: Unity, C#, Animator, AI, Physics, State Machine
Duration: 2 months
Description
Combat System is a robust combat framework designed for third-person RPG games. It features a dynamic combat system, allowing players to engage in …
A* Pathfinding Algorithm
Project Overview
Platform: PC (Unity)
Technologies Used: Unity, C#, A* Pathfinding, Algorithms
Duration: 1 months
Description
Implemented my own A* pathfinding algorithm in C#(Unity). Basically A* algorithm will find the shortest distance to destination taking obstacles into account. My mouse click …