Obstacle Guys

Obstacle Guys is a tutorial project. It follows the third section of a Udemy course called Unreal Engine 5 C++ Developer: Learn C++ & Make Video Games. It is a great course for learning C++ in the Unreal 5 game engine, and I highly recommend it. This page will be updated with my progress.


Download a zip file to check it out. This is saved on a google drive.

Moving The Platform Forward

13 Oct 2022

Today's progress was simple. Make the platform move forward one meter per second. Using deltatime. This makes the calculation framerate independent.