Sample code for portfolio
Go to file
katboi01 d071106868 Upload files to "/" 2025-04-30 06:35:31 +08:00
CharacterBase.cs Upload files to "/" 2025-04-30 06:35:31 +08:00
Display.cs Upload files to "/" 2025-04-30 06:35:31 +08:00
EnemyController.cs Upload files to "/" 2025-04-30 06:35:31 +08:00
IDamageable.cs Upload files to "/" 2025-04-30 06:35:31 +08:00
PlayerController.cs Upload files to "/" 2025-04-30 06:35:31 +08:00
README.md Upload files to "/" 2025-04-30 06:35:31 +08:00

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