I've been working on an Android game that I envision as a mashup of Zelda and Minecraft, so it's pretty entertaining to see Notch whip out a pretty similar idea over a single weekend.
Entertaining or frustrating?
The guy is a machine, I watched his stream (not the whole thing but a few minutes here and there) and he was almost never not typing (or editing something in paint.net).
How he maintains his focus for that long and doesn't get stumped by bugs for any great length of time is truly impressive.
I think it's still "All rights reserved". The rules for Ludum Dare say that you have to submit the code for judging, but you don't give up copyright. And he didn't put any license in the source archive. Although I doubt he'll complain, this porting effort might violate his copyright.
I don't know how to configure eclipse to build this, but I spent a few minutes and made an ant script. Save [it](https://gist.github.com/1dd9bd89748f489f67c9) as `build.xml` in root directory of the project and run `$ ant jar`. This will produce `minicraft.jar` which you can execute by running `$ java -jar minicraft.jar`.
(Details: The reason eclipse is complaining is because the images weren't included as resources in the classpath. This cause a null pointer exception when the game attempts to load it's sprites. I don't really use eclipse, so I'm not sure how to fix it)
That happened to me as well (also not a programmer). It is because the directory with the sounds and images, called 'res', is not in the right place. You need to move the 'res' folder into the 'bin' folder.
[+] [-] mrspeaker|14 years ago|reply
Though I made the dreadful mistake of watching it with comments on: http://www.mrspeaker.net/2011/12/20/troll-at-notch/
[+] [-] swah|14 years ago|reply
[+] [-] jasonlotito|14 years ago|reply
[+] [-] dminor|14 years ago|reply
[+] [-] jiggy2011|14 years ago|reply
How he maintains his focus for that long and doesn't get stumped by bugs for any great length of time is truly impressive.
[+] [-] TheRevoltingX|14 years ago|reply
And it's a real treat to see a 2D game like it being made. Not to say other participants didn't have cool looking 2d games.
[+] [-] andrewcanis|14 years ago|reply
[+] [-] Mizza|14 years ago|reply
[+] [-] tibbon|14 years ago|reply
[+] [-] joakime|14 years ago|reply
https://twitter.com/#!/notch/status/149273594667606017
Interpret that as you wish, but make no assumptions.
[+] [-] sp332|14 years ago|reply
[+] [-] chrislott|14 years ago|reply
Link on github: http://github.com/chrislott/
[+] [-] joelackner|14 years ago|reply
[+] [-] samfoo|14 years ago|reply
(Details: The reason eclipse is complaining is because the images weren't included as resources in the classpath. This cause a null pointer exception when the game attempts to load it's sprites. I don't really use eclipse, so I'm not sure how to fix it)
[+] [-] hovvit|14 years ago|reply
[+] [-] hackermom|14 years ago|reply
[+] [-] newobj|14 years ago|reply
[+] [-] libraryatnight|14 years ago|reply