top of page
Project Whisper
Background:
Project Whisper is a work-in-progress development kit for creating stealth games, a stealth game will also accompany it.
Features:
Project Whisper implements the following features:
-
AI Perception Management system (Sight, Hearing, Touch, etc)
-
Ambient and Alert sound system (AI will react accordingly to sounds)
-
Light Calculation system - Calculates how lit an object is.
-
Behavior Tree integration with the above features.
-
Modularity - allows for different kinds of enemies and objects to reuse classes to achieve a certain feel.
Learned:
-
Dependency Injection.
-
RealtimeCSG, a BSP Level design tool for Unity.
-
Reactive Programming.
-
Behavior Tree implementation.
-
Designing systems in games
Tools Used
C#
UniRx
Unity
RealtimeCSG
Zenject
MonoBehaviourTree
bottom of page