To further my understanding of gameplay programming I created a 2D platformer demo with puzzle like elements where the player has to take control of enemies to progress.
-Learnt how to make a responsive 2D-Platforming character
-Base understanding of the A# Pathfinding Algorithm
-2D Raycast Systems
-Multiple character states utilising enumerators
Back to Top