|
||
---|---|---|
CharacterBase.cs | ||
Display.cs | ||
EnemyController.cs | ||
IDamageable.cs | ||
PlayerController.cs | ||
README.md |
README.md
Sample character + enemy code extracted from a recent WIP 3rd person adventure game project.
Contains:
- base class used by player, enemies and NPCs
- player character controller with tank controls, dynamic camera and environment interaction
- sample enemy with patrolling/attacking states