In Java, we can make Minecraft game. Can you show me how to make a Minecraft game in brief ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

In Java, we can make Minecraft game. Can you show me how to make a Minecraft game in brief ?

Can you?

15th Dec 2020, 12:32 PM
Carbon dioxide
Carbon dioxide - avatar
2 Answers
+ 3
Ohh. The JMonkeyEngine is many explanations... Thank you for the answer Martin Taylor. I say thank you...
15th Dec 2020, 1:36 PM
Carbon dioxide
Carbon dioxide - avatar
+ 2
First of all learn OpenGL, Minecraft uses it to send commands to the GPU so it could display complex 3d graphics. Everything else can be broken up in to small tasks like storing and rendering the map, you need to create a file format for it, decide how it'll work. Minecraft for example separates the entire map in to chunks so it's easier to render and store. At it's core it just creates a mesh of blocks that can be seen and sends it to the GPU to be rendrered. For a full game you'd need an entity system, and a way those entities or the game could output sound, etc...
12th Nov 2021, 4:23 PM
ugnyteaa