contirobert / SideScrollerGame

A basic side-scrolling game built with C++ and Unreal Engine 5. The character runs on a randomized, endless map, jumping and dodging obstacles, all while continuing to outrun the deadly wall.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SideScrollerGame

Gameplay Demo

Overview

SideScrollerGame is a basic side-scrolling game template built with C++ and Unreal Engine 5. The character runs on a randomized, endless map, jumping and dodging obstacles, all while continuing to outrun the deadly wall. The game's components explore the very basics of working with Unreal, such as:

  • C++ Classes
  • Blueprints
  • Action/Axis Mappings (Input)
  • Collision
  • Spawning
  • Static Meshes
  • Level Building

Custom Features

Additional features I will be implementing include:

  • Character and map textures
  • Scoring System
  • Respawn Animations

Getting Started

This game is not available on the App Store.

Prerequisites

  • Coming Soon

Installation

  • Coming Soon

Acknowledgements

The following resources were used in the development of this project. All custom code is my own.

About

A basic side-scrolling game built with C++ and Unreal Engine 5. The character runs on a randomized, endless map, jumping and dodging obstacles, all while continuing to outrun the deadly wall.


Languages

Language:C++ 93.8%Language:C# 5.8%Language:C 0.4%