Bringing Minecraft-style games to the Open Web
maxogden.com
Bringing Minecraft-style games to the Open Web
1–10 of 17 posts
Re: Bringing Minecraft-style games to the Open Web
#2 I was disappointed to find out that not only is Minecraft
closed-source but it also hasn't shipped an official API
There is currently a plan for this to be added to the game, there's no public time-line but they are working on an API. There are also some really amazing community projects that have built this sort of thing, server side there is bukkit and client side there is forge.http://dev.minecraft.net/blog/ https://github.com/Mojang/Minecraft-API http://bukkit.org http://www.minecraftforge.net/forum/
Re: Bringing Minecraft-style games to the Open Web
#3What does Java smell like?
Seriously though, is it really the language that's the problem here? Honestly, this guy is a JavaScript developer. If there ever was code that had potential to "reek" it would be JavaScript. However, it would be ignorant to discredit an entire language and toolset because of that. Don't judge every line of Java code out there because Minecraft, of all things, doesn't have any kind of public API or because it's closed source. Especially since Java has such a thriving Open Source community.
The article was however really interesting, and I'm glad the author wrote about his experiences. I've been playing around with Minecraft and thought it would be fun to write a clone of my own.
Re: Bringing Minecraft-style games to the Open Web
#4"There are a few out there, but quite frankly they all reeked of Java and were limited by the nature of decompiling as a workaround to Minecrafts lack of an API." What does Java smell like? Seriously though, is it really the language that's the problem here? Honestly, this guy is a JavaScript developer. If there ever was code that had potential to "reek" it would be JavaScript. However, it would be ignorant to discre…
Re: Bringing Minecraft-style games to the Open Web
#5"There are a few out there, but quite frankly they all reeked of Java and were limited by the nature of decompiling as a workaround to Minecrafts lack of an API." What does Java smell like? Seriously though, is it really the language that's the problem here? Honestly, this guy is a JavaScript developer. If there ever was code that had potential to "reek" it would be JavaScript. However, it would be ignorant to discre…
I too am working on my own voxel game and this article reinforces my thoughts on providing a server-side scripting API.
Re: Bringing Minecraft-style games to the Open Web
#6Re: Bringing Minecraft-style games to the Open Web
#7I was disappointed to find out that not only is Minecraft closed-source but it also hasn't shipped an official API There is currently a plan for this to be added to the game, there's no public time-line but they are working on an API. There are also some really amazing community projects that have built this sort of thing, server side there is bukkit and client side there is forge. http://dev.minecraft.net/blog/ http…
[1]: http://bukkit.org/
[2]: http://www.mojang.com/2012/02/minecraft-team-strengthened/
Re: Bringing Minecraft-style games to the Open Web
#8Re: Bringing Minecraft-style games to the Open Web
#9I was disappointed to find out that not only is Minecraft closed-source but it also hasn't shipped an official API There is currently a plan for this to be added to the game, there's no public time-line but they are working on an API. There are also some really amazing community projects that have built this sort of thing, server side there is bukkit and client side there is forge. http://dev.minecraft.net/blog/ http…
http://java.decompiler.free.fr/?q=jdgui
Illegal or not? I don't really care. Reverse engineering for compatibility is legal here :)
Re: Bringing Minecraft-style games to the Open Web
#10"There are a few out there, but quite frankly they all reeked of Java and were limited by the nature of decompiling as a workaround to Minecrafts lack of an API." What does Java smell like? Seriously though, is it really the language that's the problem here? Honestly, this guy is a JavaScript developer. If there ever was code that had potential to "reek" it would be JavaScript. However, it would be ignorant to discre…
However I love game servers like this as it brings new talent into programming, and gets younger people interested. I remember a couple of years ago when private servers were more popular with games like World of Warcraft, Maplestory and a lot of other games that brought more people into programming.