How do i make a voxel based game?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Kurotsuki

I’ve heard that games like minecraft are what they call voxel based games, after doing a bit of research i found that voxels are just a grid of data that is usually used in 3d space

My question is What is the best way to make a game like minecraft which has probably hundreds maybe thousands of blocks instanced without destroying my computer?

I’ve heard about the chunks method which divides the world into chunks but how can i put that to practice?