CSCI 441 - Computer Graphics

Fall 2022

|     Home   |   Assignments  |   Leaderboard  |   Schedule  |   Resources    |

"FINGOLFIN"

The banner for Fingolfin

Made a character who can move around and wrap around the screen with idle animation.

I made the game pong with the computer moving when the ball approaches the edge of the paddle.

A3 The Cabin In The Woods: I created a 3d character that is animated and has the ability to move around. The world was made with a custom shader and is viewed through an arcball camera.

A4 I made a bazier surface and have my hero able to move along the surface. My hero has a bezier curve orbiting it and is able to switch between moving in equal arc lengths and equal parameter steps.

I made enemies that follow a particle system and will seek out the hero. The hero is trying to get to the end and avoid the enemies

The program is a game where you collect four collectables which show a fifth collectable in the middle of the map. Collect them all to win. Shadows will chase and kill you if you get to close. The enemies use a negative point light to create darkness around them and the hero casts a shadow. To get the first four collectables you have to chase a moving platform. The hero has to keep up with it to avoid getting stuck with enemies