top of page

CODE SAMPLES

ObjectAllocator

Data Structures: Memory Management

A basic memory manager that manages the allocation / deallocation of fixed sizes of memory based on user input.

PlayerController: Throwing

Gameplay: Throwing Helpful Creatures

The code behind the main gameplay mechanics for the DigiPen Team Cloud Cat's game: Return to the Skyway.

Rummikub

Data Structures: Recursion

A program that analyzes a given hand of tiles and determines if a solution can be found according to simplified rules of Rummikub

bottom of page