top of page

Volcano Escape

About the Project

This game was made for the AI portion of my 3D Graphics Programming and AI module. 
I used one of my games created during my first year as a starting point, seeing as this assignment was assessing my use of AI over the gameplay. I used my existing code and assets and added some different AI components to the game. These components consisted of:
- the enemies detecting the player and other NPCs
- the idea of seek and flee was used between two NPCs (the fireball and bubble from the video)
- some elements of flocking behaviour were used for the fireballs
The mark I received for this assignment was 67%

bottom of page