top of page
SBE Editor Visuals_edited.jpg

Super Bongo Engine

  • GitHub
  • Youtube

Sep 2020 -  Apr 2021 Capstone Project.

Team of 4 Programmers. 

Main Skills: C++, OpenGL, Custom Game Engine, Physics, AI.

Project Description

This was our Capstone project, which was the focus of our last year in Game Programming at Humber College. Our goal was to make a custom C++ game engine with a “Unity-Style” editor.

 

It features an optimized deferred renderer which supports spot, direction, and point lights that dynamically update at runtime; a custom audio system, AI pathfinding and decision-making algorithms, reflection-based object instantiation, dynamic scene saving and loading, an Entity Component System(ECS) style architecture, GJK collision detection, a networked collaborative editor, input manager, GLSL based materials, and shaders.

My Role

I joined the team partway through development at the start of my 3rd year. The original three programmers had already worked on this project during 2nd year and had decided to continue it instead of starting a new project for our Capstone, which is when I joined.

​

My role was to work on new features and extend the functionality of existing ones. My main contributions were:

  • Adding GJK collision detection to the 3D physics system.

  • Adding an AI Component as an additional part of the ECS.

  • Adding AI algorithms, specifically both Kinematic and Dynamic Steering.

  • Supporting the original team by taking a larger share of the non-dev work in our other group classes (researching, writing, and presenting). 

SBE Physics Demo.jpg
bottom of page