Skip to content

diotchristopher/SimpleObstacleMechanics

Repository files navigation

Simple Obstacles Mechanics

Overview

This repository contains the result of my learning progress following Unreal Engine C++ Developer: Learn C++ & Make Video Games from GameDev.tv on Udemy. The project consists of learning the basics of C++ in the context of Unreal Engine including basic obstacle mechanisms.

Features

  • Template: Third-Person
  • Engine Version: Unreal Engine 5.4
  • Development Environment: Visual Studio 2022

Getting Started

To get started with this project, follow the instructions below:

Recommended Prerequisites

  • Unreal Engine 5.4: Ensure you have Unreal Engine 5.4 installed. You can download it from the Epic Games Launcher.
  • Visual Studio 2022: Install Visual Studio 2022 with the required components for C++ game development.

Clone the Repository

  1. Clone this repository to your local machine using Git:

    git clone https://github.com/diotchristopher/SimpleObstacleMechanics.git