Xander93 / MinecraftUnrealEngine

The Unreal Engine 4 project to try and recreate Minecraft. Done purely in c++. For terrain generation I used procedural mesh. Done to broaden the knowledge of game development and c++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MinecraftUnrealEngine

An Unreal Engine project that is trying to replicate Minecraft's basics. The entirety of this project is done using C++ instead blueprints.

What I Learned

  • Procedural Mesh Generation.
  • Working with threads within unreal engine.
  • Unreal Engine Motion Graphics (UMG).
  • Basics of AI in unreal engine done via code.
  • Numerous c++ mistakes that were causing crashes, you know the drill ..

Youtube Video Demonstration

About

The Unreal Engine 4 project to try and recreate Minecraft. Done purely in c++. For terrain generation I used procedural mesh. Done to broaden the knowledge of game development and c++.


Languages

Language:C++ 93.8%Language:C 4.0%Language:C# 2.2%