Twitch Overlay Game 

alternative

Gold Miner Game - WIP

An Aussie Gold hunters inspired game that is currently work in progress.

This consists of a procedural world generation system, based on the work of Sebastian Lague and modified for performance via a combination of coroutines and threading(via async). I've also added an asynconous object spawner so that each world can be seeded and reloaded. Further to this, I've created a digable terrain that uses math, rather than looping through vertices and thus, appears to be incredible performant in my testing so far. It can also dig across the indiviual tiles.

 Produced in Unity/C# 

  • Procedural Terrain Generation 
  • Procedural Object Placement
  • Terrain digging via math based mesh deformation(No looping!)
  • Editor functionality


  • Github