+ 6
Can we make a Minecraft game with HTML, CSS, JS, Python, Java ?
Please reply...
12 Respostas
+ 3
Ohh, i se. Thank you for the answer Alvreius Dante...
I say thank you...
+ 3
Jeff's JK
you can use use UNITY which uses JavaScript as well as c# as the base language and learning unity is pretty easy
+ 2
You can make minecraft game with Java on Minecraft Java edition, HTML and CSS is web development not game development, and minecraft doesn't support Python
so the answer is: Yes but only Java the rest you can't
also im gonna assume game is a plugin
+ 2
If JS and Python ?
+ 2
Thank you for the answer everyone, your answer adds to my knowledge.
I say thank you everyone...
+ 1
Yes you can
If you become a legend programmer then it is possible to do
In python you can use tkinter in js you can use canvas etc.
+ 1
in any way minecraft doesn't support python, so we can't do anything about it. and javascript you can modify simple mechanism, like when you click on a villager it will become zombie villager, with Java you can literally alter the game completely
+ 1
You can do it with Javascript. Use threeJS and you can put on click functions on the top o each cube, you click it, add another cube on top of it that. Have an "on deck" selection to pick different colors or materials on the next cube you want to place. (There's obviously a ton more you'd need to do, but the logic is there)
+ 1
Hot off the press! "How to code Minecraft with JS in 1 hour" - https://youtu.be/ZnXKmODEFHA
+ 1
https://supermedium.com/superframe/scenes/aincraft/?avatar-recording=recording.json
https://aframe.io/docs/1.1.0/guides/building-a-minecraft-demo.html
0
First of all HTML and CSS are not programming languages, they're languages that describe how objects are displayed on websites. You can create a minecraft mod that renders a HTML page though, as you can also add JS and Python support in to the game.