HelloCube - Unreal Engine Project
A simple Unreal Engine 4 project in C++ demonstrating basic cube mechanics and gameplay.
This project features a cube character with basic movement mechanics, built in Unreal Engine 4. The project serves as a learning exercise and portfolio piece for game programming.
๐ฎ Features
- Third-person cube pawn
- Basic movement mechanics (forward/backward movement, jump, rotate,drift right/left)
- Simple level design in a room open roof
๐ ๏ธ Installation
- Clone this repository: git clone https://github.com/A-M22/HelloCubeUnrealEngineProj.git
- Open the project in Unreal Engine 4.27.2
- The project should compile and run automatically
๐ Project Structure
HelloCube/ โโโ Content/ # Unreal Engine assets and maps โโโ Source/ # C++ source code โโโ Docs/ # media โ โโโ demo.mp4 # Project demonstration video โ โโโ screenshot.png # Project screenshot โโโ README.md # This file
๐ฅ Demo
- Check out the demo video: https://youtu.be/s8YfO7XSDSA
- Download it from https://github.com/A-M22/HelloCubeUnrealEngineProj/blob/main/Docs/demo.mp4
๐ง Requirements
- Unreal Engine 4.27.2 or later
- Visual Studio 2022
๐ License
- This project is for portfolio and educational purposes.
๐ค Author
- A.M
- GitHub: @A-M22 https://github.com/A-M22
