top of page

Advanced Game Development Assignment

Game summary:

A game where you shoot invaders running to your camp grounds. If 3 invaders make it past the camp grounds, it's game over. This assignment is used to demonstrate things learned in the Advanced Game Development assignment such as Spatial Partitioning and Scene graph.

​

My thoughts:

This is definitely one of the more interesting assignments as I felt it really made us demonstrate what we had learned.

​

Features:

Spatial Partitioning

Level Of Details

Scene Graph

Gun shooting

Accurate collision detection (Using AABB box collision and Raycasting)

​

bottom of page