How the Procedural Map Generation Works in Reactor Heart
How to proceduraly generate a huge 2D universe in real time.
- The whole process lasted 15 seconds
- The shapes of the asteriods didn't match what I had in mind.
- The generation of each asteroid took a lot of time using the algorithm I designed.
- Due to the random location of the asteroid, lots of blank spaces might occur.
- Work on revamping the algorithm by means of parallelism.
- Lessen the generation system complexity.
I haven't parallelized the system yet though I've designed it with an eye to the future to make it easier for subsequent versions to integrate it. And that has been my experience so far.
Related Tutorials
Balancing Game Development and Creative Direction in Indie Production
A practical look at how indie developers can balance creative direction with hands-on game development. This article co…
My Unreal Engine Development Process: From Core Idea to Playable Build
A practical overview of my Unreal Engine development process, covering how I move from a core game idea to a playable b…
Introducing LaneGraph: The Ultimate Road Network Solution for Unity
Discover the power of LaneGraph, a lightweight and flexible lane-based navigation system for Unity. LaneGraph makes it…
Retargeting Mixamo Characters with Root Motion In Unreal Engine 5.4.
I have always found Retargeting Mixamo Characters To have Root Motion is a serious lengthy Tast, Recently I stumbled up…
How To Make A SIMPLE Main Menu In Unity
In this tutorial for unity, i go over how to make a simple main menu for unity, it's an unlisted video because i do not…
Guide to Gameplay Balance
A perspective on competitive gameplay balance, from a background of "shooter" sandbox design.





Discussion