< Return to Academics

Kirby Remake

Project Size
~100 hours
Tools & Languages
C++, Visual Studio
Topics
Gameplay Programming
OOP Programming

Assignment

The assignment was to recreate a 2D sidescroller/platformer. Which better game to choose than Kirby! Super Stars has been a personal favorite so I didn't want to miss out on this opportunity and gave it my best, considering the little knowledge I had back then.

This project displays how much I've learned over the years and how far we can get with some dedication. It also reminds me to not abuse OOP. Planning ahead in terms of time and project structure is an important lesson learned.

Game Features

  • File based Level Collision
  • Particle System
  • Collision Logic
  • State Machine
  • Parallax Backgrounds