top of page

Super Mario Sisters

In Super Mario Sisters, you play as Princess Peach, acquiring powerups, defeating enemies, and traversing across various platforms/levels in order to save Mario! This 2D platformer game was developed in C++ using the OpenGL API. A much smaller, less user-friendly version of the game was developed as part of my "Object Oriented Programming and Data Structures" course (CS 32) at UCLA. Notable features include custom collision detection, a custom level creation / loading system, significant use of object oriented programming, a custom garbage collector, and a downloadable version of the game which can run on Windows.

bottom of page