/peach-party

2D Arcade Mario Party "Clone"

Primary LanguageC++

peach-party

2D Arcade Mario Party "clone". Two player game in which Peach and Yoshi have to race each other around the map to collect as many stars and coins as possible while avoiding Bowser, Boo, and other various square obstacles.

Project 3 for UCLA Winter CS32 class.

Demonstrates understanding of Object-Oriented Programming: Inheritance, Polymorphism, and basic C++ Data Structures.

image

Files created from scratch (graphics library was provided):

  • Actor.cpp
  • Actor.h
  • StudentWorld.cpp
  • StudentWorld.h