Show Posts
|
|
Pages: [1] 2 3 ... 70
|
|
5
|
Discussions / Miscellaneous Topics / Re: Use of an Applet for Captcha?
|
on: 2010-11-30 11:08:34
|
There's one major flaw; the applet needs to know what two letters to display. That means it's trivial to write a program to extract those letters. One way to get around that would be to stream a video that has the same effect as this applet. It's a very nice solution otherwise. I spent some time trying to make an image-based cracker, and this is about how far I got:  (The solution was "Qd")
|
|
|
|
|
9
|
Games Center / 4K Game Competition - 2011 / Re: Preparations..
|
on: 2010-11-23 08:53:05
|
Oops, lookie at that! And yeah, I made a bunch of assumptions, especially about concurrency, so there's a whole pile of shortcuts in there.  I found that getting rid of all the sleeps resulted in some files getting a reported size of 0. I assume that's what the final 1000 ms sleep is for. As for not being production code; it works, it performs a service people want, and you didn't waste days overdesigning it. I haven't thought about potential security concerns (instinctively, running native code on arbitrary input feels like it SHOULD be a flaw), but that doesn't matter when you're just running it locally.
|
|
|
|
|
11
|
Games Center / 4K Game Competition - 2011 / Re: Preparations..
|
on: 2010-11-22 21:25:19
|
Hey, cool! Thank you! What proguard settings are you using? The web-based version says: Minecraft4k.java => 10031 bytes Minecraft4k.class => 4015 bytes Minecraft4k.normal.java6.jar => 2770 bytes Minecraft4k.normal.java6.pack => 3171 bytes Minecraft4k.progrd.java6.jar => 2719 bytes Minecraft4k.progrd.java6.pack => 3122 bytes
While the downloaded one says: Minecraft4k.java => 9668 bytes Minecraft4k.class => 4015 bytes Minecraft4k.normal.java6.jar => 2770 bytes Minecraft4k.normal.java6.pack => 3171 bytes Minecraft4k.progrd.java6.jar => 2722 bytes Minecraft4k.progrd.java6.pack => 3128 bytes
|
|
|
|
|
14
|
Discussions / General Discussions / Re: minecraft on PA
|
on: 2010-09-18 19:27:54
|
|
I love PA, and I even more love getting Gabe hooked on the game!
And aiming towards getting a good review by Croshaw is pretty much a perfect game design philosophy. He's got good taste, usually!
|
|
|
|
|
20
|
Discussions / General Discussions / Re: Oracle sues Google over use of Java in Android
|
on: 2010-08-17 09:30:29
|
|
It's highly unlikely my next game will be written in Java.
Java is a wonderful language, and when Sun was in charge there were some people working on trying to keep it viable for gaming (chrism). Sure, sun was slow and strange, but at least there was some kind of effort. I spoke with Sun directly several times about the games I made, and that made me feel like the platform I was trusting my game in would last for many years.
Oracle hasn't contacted me once, despite Minecraft being something of a killer app at this point, and they seem to have no reason at all to keep client side java alive, as there really honestly is no money in it for them. Adding to this that Larry Ellison is BFF with Steve Jobs who recently took a huge plunge into the greedy-go-nuts pool and tries to kill Flash (which does what client-side java does, more or less), and I think the future is mighty bleak.
Sure, it might be kinda possible to fork Java (not so certain because of the patents..), but a forked java would be a much, MUCH smaller platform as almost nobody would have it installed.
|
|
|
|
|
21
|
Games Center / Featured Games / Re: Minecraft
|
on: 2010-08-17 01:10:32
|
|
What happens is that if you add stuff to a class, it will load just fine. If you remove something (not transient), it will explode. You can work around it by doing your own serialization for that class something along the lines of what princec said, but it's not a pretty solution, and it's much MUCH more complex than just designing a proper file format in the first place.
|
|
|
|
|
22
|
Games Center / Featured Games / Re: Minecraft
|
on: 2010-08-16 10:17:53
|
Given that minecraft save-files are java Serializables Never ever do that, people. It's a horrible mistake, and you WILL regret it when you want to change the code structure. Sure, you can override the actual serialization, but then you're really better own writing your own from scratch.
|
|
|
|
|
23
|
Games Center / Featured Games / Re: Minecraft
|
on: 2010-08-07 21:28:04
|
A few suggestions: Thank you. =) I intend to make the game more transparent. When I started it, the biggest focus was to keep it intuitive, but some of that has gotten lost recently.
|
|
|
|
|
24
|
Games Center / Featured Games / Re: Minecraft
|
on: 2010-08-06 16:58:32
|
Groan. I feel violated.  Crackpots. [edit] The people who made that video, I mean. Not people posting in this thread. And HI CHRISM! =D
|
|
|
|
|
25
|
Games Center / Featured Games / Re: Minecraft
|
on: 2010-07-31 00:24:24
|
|
Yeah, I am thinking a lot about what to do. A small game studio would be very nice in the long run, but for now I kind of enjoy being my own boss. There's a significant lack of social interaction during the weekdays, though.. I'm sure I'll get extremely sick of it eventually.
|
|
|
|
|
26
|
Games Center / Featured Games / Re: Minecraft
|
on: 2010-07-29 11:01:17
|
Yeah, I'm doing a rough draft on the script right now. FADE TO: INTERIOR, UNFINISHED UNDERWATER DOME Occasional splashing sounds punctuate the total silence. Long shot. Pan across as a man is placing glass cubes on top of each other, close on a Creeper silently entering the dome. MAN: Phew, I think I've got just enough glass to actually fini (gets cut off by:) CREEPER: SSSSSsssssss..
SMASH CUT TO: EXTERIOR, LAKESIDE The sun is setting in the distance. Suddenly lots of bubbles rise up from the bottom of the lake. A sheep bleats, then walks into the scene. It stops to graze.
FADE TO BLACK
|
|
|
|
|
27
|
Discussions / Miscellaneous Topics / Re: Javascript World-to-String script
|
on: 2010-07-22 22:48:43
|
It also has a simple check digit added on at the end which is the total of all the digits mod 62 so that users can't go editing the string to get whatever they want.
Unless they also change the last letter, you mean? It's still possible to edit the string to get anything you want.
|
|
|
|
|
|
Add your game by posting it in the WIP section,
or publish it in Showcase.
The first screenshot will be displayed as a thumbnail.
|
|