Final Project Proposal

I want to make an air hockey game that supports two players. It will have meshes for the air hockey table as well…

Game Engineering II Engine System Wirte-Up

I made a physics system using the GJK(Gilbert–Johnson–Keerthi distance algorithm) and EPA(Expanding Polytope Algorithm) algorithms. The system is capable of detecting collisions between…

Game Engineering II Assignment 5

Tony discussed cameras, platform-independent shaders, and physical game objects in the last class. Those seem easy to implement, but every single one is…