🕹️ Chaser Game

project
🕹️ Chaser Game cover image
Oct 2016Nov 2016

A 3D Unity game where the player must escape from chaser objects while catching other objects to score points, featuring AI-driven enemies and special power moves.

𝗦𝗶𝘁𝘂𝗮𝘁𝗶𝗼𝗻

Creating an interactive 3D game to demonstrate Unity game development skills and AI implementation.


𝗧𝗮𝘀𝗸

Develop a Unity-based 3D game where players control an object that is chased by AI-driven objects while trying to catch others, with special power moves activated after a time threshold.


𝗔𝗰𝘁𝗶𝗼𝗻

Built a 3D game using Unity Engine and C# with mouse-based player control.

Implemented AI systems using Unity's NavMesh, raycasting, and behavior trees for intelligent chaser and escapee objects.

Created two game modes: time-based (5 minutes) and one-shot kill.

Added special power moves: double score and chaser stun, available after 30 seconds of gameplay.

Designed a scoring system where catching objects increases score and being caught decreases it.


𝗥𝗲𝘀𝘂𝗹𝘁

Successfully created an engaging 3D game with intuitive controls, intelligent AI-driven object behavior, and special abilities, demonstrating mastery of Unity game development and AI implementation.