Sample code for portfolio
Go to file
katboi01 7c73c4100d initial commit 2025-04-30 00:37:19 +02:00
Characters initial commit 2025-04-30 00:37:19 +02:00
Interfaces initial commit 2025-04-30 00:37:19 +02:00
README.md initial commit 2025-04-30 00:37:19 +02: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