top of page

Create Your First Project

Start adding your projects to your portfolio. Click on "Manage Projects" to get started

2D engine With Pengo

Datum

March 2023 - June 2023

Platform

Pc

Engine

Custom C++ engine made from scratch

A Game Engine created almost from scratch and pengo created in it to show the capabilities of the engine.

The engine was build up with a lot of design patterns in mind
-Game Loop
-Update method
-Component
-Dirty flag
-Singleton
-Command
-Observer
-Service locator

bottom of page