Huh, is Minecraft Java edition free now? I haven't played in a long time but I thought when you download the regular client you only get to play after signing in with an account that purchased the game, how is this thing just starting the game directly?
Browsercraft: Java Minecraft in the browser
21–30 of 107 posts
Re: Browsercraft: Java Minecraft in the browser
#22Earlier quoted context omitted.
It's safe for the player, unsafe for the one hosting it, who risks prison time.
Downloading a publicly available jar ( https://piston-data.mojang.com/v1/objects/4a2fac7504182a97dc... ), that gets linked on the minecraft wiki ( https://minecraft.wiki/w/Java_Edition_1.2.5 ) and running it unmodified is "risking prison time"?
Re: Browsercraft: Java Minecraft in the browser
#23We have come full circle #applets Twenty years ago running java in the browser would have just been called "using the internet"
Java Applets gave Java a bad name. Java was that thing that made web sites grind to a halt.
But I don't remember Applets being particularly slow even back then, if you had a decent internet connection and they were written by a decent SDE
Re: Browsercraft: Java Minecraft in the browser
#24Earlier quoted context omitted.
Downloading a publicly available jar ( https://piston-data.mojang.com/v1/objects/4a2fac7504182a97dc... ), that gets linked on the minecraft wiki ( https://minecraft.wiki/w/Java_Edition_1.2.5 ) and running it unmodified is "risking prison time"?
Depends on if the free trial is misused here somehow. I don’t know if it is.
Re: Browsercraft: Java Minecraft in the browser
#25https://www.youtube.com/watch?v=7JUs4c99-mo
In it, they showed a functional demo of porting an OSS multiplayer C++ game entirely to the browser with WASM.
Afterwards, I read some of their engineering content and was blown away.
It's been fascinating to watch the CheerpX/CheerpJ progress from afar over the years.
Re: Browsercraft: Java Minecraft in the browser
#26Earlier quoted context omitted.
Java Applets gave Java a bad name. Java was that thing that made web sites grind to a halt.
If it had come out of Google or Microsoft maybe even Apple, the JRE would have been integrated into the browser much more efficiently and it would have been no slower than Javascript But I don't remember Applets being particularly slow even back then, if you had a decent internet connection and they were written by a decent SDE
Re: Browsercraft: Java Minecraft in the browser
#27This is the main way I used to play Minecraft in the Beta days, thanks!
Notch (the creator of minecraft) was angry someone was posting his game online for free. He emailed the owner, Dylan, of the site threatening legal action.
Instead of going down a legal route, Dylan challenged him play a game of quake3 to settle the dispute.
If notch won, Dylan would take the site down. If Dylan won, notch would would leave him alone and let him keep hosting the site.
Notch agreed, won the match, and Dylan followed the promise and took it down forever!
Re: Browsercraft: Java Minecraft in the browser
#28We have come full circle #applets Twenty years ago running java in the browser would have just been called "using the internet"
Yep, the original Minecraft ran in the browser in a Java applet so this is particularly fun example. Though obviously there are significant security benefits to the JVM running within the browser's WASM sandbox instead of directly on the host.
Re: Browsercraft: Java Minecraft in the browser
#29We have come full circle #applets Twenty years ago running java in the browser would have just been called "using the internet"
Yep, the original Minecraft ran in the browser in a Java applet so this is particularly fun example. Though obviously there are significant security benefits to the JVM running within the browser's WASM sandbox instead of directly on the host.
Audio/video codecs are a great example.
Re: Browsercraft: Java Minecraft in the browser
#30Thanks for the nostalgia