A downloadable game

A simple platformer created in C++ and Blueprints. Used some assets from Epic Games marketplace to create a single level 3D platform game. Moving platforms were coded using C++ and then Blueprint child classes were created and adjusted to give each type of platform some different functionality.

I created this game by following the "Unreal 5.0 C++ Developer: Learn C++ and Make Video Games" course, on GameDev.tv.

Download

Download
Obstacle Assault.zip 663 MB

Install instructions

How to play (Packaged for Windows 10) :

1. Download game from Itch.io

2. Unzip/extract folder to your machine.

3. Run 'UnrealLearningKit.exe'

Comments

Log in with itch.io to leave a comment.

(+1)

Haha good work! i'm doign the same course.
I was a bit excited to hear the button make a noise.
I've struggled to get audio working on my own projects - i'll have to wait until that's covered in the course i think.

Thanks for trying out the game! Basically for the audio I just had to use the "Play Sound 2D (node)"  when the player collides with a box collision on a blueprint, which was placed on top of the button. I will post the code in the next comment.