top of page

C++ Games

In this section you'll find games created outside of any game engine like Unity or Unreal.

These games were created using personal C++ code alongside graphical frameworks to create gameplay with custom logic that leverages the framework.

These were great exercises in understanding the underlying processes that are handled for us as developers when using a game engine, while practicing clean C++ programming.

Capture22.PNG

TANKZ!

A two player top down tank battle game.

Created using an adopted OpenGL framework in a two person programming team.

Battle Network

Megaman Battle Network clone created using the SFML library.

bnetwork.JPG
C++ Games: Services
bottom of page