Earlier quoted context omitted.
Minecraft is one of the few games that I think everyone should try. It's not just "another video game", but something quite unique. It hits a certain part of the brain in both "creative expression" and "exploring the unknown" that we exercise so rarely in day to day life (or in other games). It's no wonder it really sticks with kids and becomes a way for them to express imagination. Make sure you sit down and try pla…
the tedious mining is definitely unique... holding down the mouse button to mine is creative expression?
New Game: Minecraft Earth
121–130 of 233 posts
Re: New Game: Minecraft Earth
#122Since there's not much info on this, and since I missed the relevant thread last week, I'll just note here for the record that Mojang's other recent release, a browser-based retro game called Minecraft Classic, was built on my voxel game engine. [game] https://classic.minecraft.net/ [engine] https://github.com/andyhall/noa/ if anyone's interested. It's pretty weird waking up one morning to find out that Mojang built…
Having trouble controlling classic.minecraft.net on Win10/Firefox (with uMatrix but everything requested whitelisted). Anyone have a discussion site / advice? Edit: got the mouse to switch by invoking 'b' to choose block. Going to be a learning curve, a near newbie in Minecraft.
Re: New Game: Minecraft Earth
#123Earlier quoted context omitted.
Solo modes: whenever they can manipulate the interface. Online/shared server modes: when they understand the evils of the internet well enough to be safe. Setup and admin a server yourself. Watch how they play. Dont let it get too big. A dozen or two per server. Dont let them play with thousands of total strangers. That always ends in tears.
Can a server be hosted at home, or does it need to be on a proper hosting platform? Windows or linux?
You can also just expose any client's game instance to your local LAN - that's all I do when playing with my grandkids.
There are ways of doing multiplayer on your local LAN with a single account as well by simply editing your name in a single config file per machine. Google is your friend there. :)
Re: New Game: Minecraft Earth
#124Earlier quoted context omitted.
and now the reason for the GNU GPL license becomes apparent. If some unfathomably wealthy corporation founded by one of the richest person to have ever lived isn't going to pay you for your work, at least you can get something out of it by making them open source their work.
GPL likely wouldn't have had any effect here. Classic is offered over the web, so only the AGPL would be relevant (or well, I'm not actually sure how GPL applies to JS apps served over the web but run in browser), and anyway, it's not like MS is making money from Minecraft classic, for a lot of people they did get something out of it: a cool game.
Re: New Game: Minecraft Earth
#125Earlier quoted context omitted.
Unless the parent were to be hired in some capacity, why would they be paid for it? The project has the MIT License.
and now the reason for the GNU GPL license becomes apparent. If some unfathomably wealthy corporation founded by one of the richest person to have ever lived isn't going to pay you for your work, at least you can get something out of it by making them open source their work.
Re: New Game: Minecraft Earth
#126Earlier quoted context omitted.
If this library was GPL licensed, Mojang/Microsft wouldn’t have bothered taking the time to even evaluate it.
How do you know? I always evaluate GPL code, keeping in mind I could try and offer the maintainer a fee for a private license. All code is implicitly dual licensed, for the right price. Only some of it explicitly so :)
A maintainer can't just re-license the whole project unless all other authors agree (or already agreed to that e.g. by accepting some contributor agreement).
Or did you mean a price high enough to just ignore the existing license?
Re: New Game: Minecraft Earth
#127Earlier quoted context omitted.
GPL likely wouldn't have had any effect here. Classic is offered over the web, so only the AGPL would be relevant (or well, I'm not actually sure how GPL applies to JS apps served over the web but run in browser), and anyway, it's not like MS is making money from Minecraft classic, for a lot of people they did get something out of it: a cool game.
When JavaScript is served to a browser, it is distributed and thus anything that uses a GPLed JavaScript library must be GPL too.
Re: New Game: Minecraft Earth
#128Since there's not much info on this, and since I missed the relevant thread last week, I'll just note here for the record that Mojang's other recent release, a browser-based retro game called Minecraft Classic, was built on my voxel game engine. [game] https://classic.minecraft.net/ [engine] https://github.com/andyhall/noa/ if anyone's interested. It's pretty weird waking up one morning to find out that Mojang built…
I used to be an admin on one server and split my time between building stuff and banning griefers/undoing the griefing on the main worlds to make everything pretty again. Great memories.
Re: New Game: Minecraft Earth
#129Re: New Game: Minecraft Earth
#130Earlier quoted context omitted.
Solo modes: whenever they can manipulate the interface. Online/shared server modes: when they understand the evils of the internet well enough to be safe. Setup and admin a server yourself. Watch how they play. Dont let it get too big. A dozen or two per server. Dont let them play with thousands of total strangers. That always ends in tears.
Can a server be hosted at home, or does it need to be on a proper hosting platform? Windows or linux?