Justin Goding's Portfolio


This C++ game engine follows ECS design and uses SFML for rendering.

2D Shape Shooter

GitHub repository  

The player (black with red border) avoids enemy entities while firing bullets to destroy them. When an enemy entity is destroyed it spawns several small temporary entities. The yellow bar signals the cool-down on a special weapon.

The player's special weapon creates a purple field which temporarily slows down enemy entities 

Side-scrolling Platformer

GitHub repository 

The scene manager handles switching between the menu and game-play levels.

The animation manager handles animations such as the squashing of enemies when the player jumps on them.

A coin animation plays when the player jumps up into certain blocks.

The player can fire bullets which destroy enemies and brick blocks resulting in a blue explosion.

Top-Down Adventure

GitHub repository 

Debug features that show bounding boxes, sight lines for certain entities, and patrol/home points for entities.

Attacking produces a sword with its own bounding box that when colliding with enemy entities deals damage to them.

The player can walk over heart items to regain health.

This enemy entity has moved off of its home position because it can see the player over the water but cannot move through the water.

These enemy entities have not moved since they cannot see the player through the rock tiles.

In Progress: Level Editor

Entering editor mode will pause the game and produce a drop down bar with all the textures in the assets folder

Use the arrows to scroll through assets

Drag and drop textures from the bar

Freely move the camera around the map

Art for sprites in these projects are property of Nintendo and Capcom and used here only for academic purposes.