Character-code-sample/README.md

6 lines
290 B
Markdown

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