icza
|
 |
«
Posted
2009-12-11 08:51:00 » |
|
I submitted Fishing-4k. http://java4k.com/index.php?action=games&method=view&gid=273I could only test it on Windows, please tell me if you have problems running it on linux or on OS-X. My record is catching 154 fishes. Can anyone beat that? How hard is the game with the current settings? Edit: 2 screenshots (click to see large versions)


|
|
|
|
|
h3ckboy
|
 |
«
Reply #1 - Posted
2009-12-11 09:28:07 » |
|
I will check it out when I get home, but could you post some screens?
|
|
|
|
|
steveyO
|
 |
«
Reply #2 - Posted
2009-12-11 09:50:32 » |
|
Quite addictive little game, not bad. Played a few times, top score 60. God knows how you got 154 (Windows here)
|
|
|
|
Games published by our own members! Check 'em out!
|
|
icza
|
 |
«
Reply #3 - Posted
2009-12-11 09:51:41 » |
|
Quite addictive little game, not bad. Played a few times, top score 60. God knows how you got 154 (Windows here)
Have you used the sonic wave (press Enter)?
|
|
|
|
|
steveyO
|
 |
«
Reply #4 - Posted
2009-12-11 10:01:19 » |
|
Doh! Top Tip! Its a lot easier once you read the instructions :-) 102 this time. Only suggestion would be to maybe use a different key. On my laptop the Enter key is directly above the cursor keys so you kinda have to cross your left hand over your right one to press it..
|
|
|
|
TheMatrix154
|
 |
«
Reply #5 - Posted
2009-12-11 10:21:20 » |
|
Runs fine on my MBP with OS X 10.6.2 on Java 1.6 in Safari 4. Nice casual game 
|
|
|
|
Alan_W
|
 |
«
Reply #6 - Posted
2009-12-11 12:06:20 » |
|
I like it. Only 34 on first go. Obviously I need to find the right strategy 
|
Time flies like a bird. Fruit flies like a banana.
|
|
|
delt0r
|
 |
«
Reply #7 - Posted
2009-12-11 12:30:11 » |
|
I am getting an
java.lang.ClassNotFoundException: F.class
This happens on both the appletviewer and in the browser. I am on linux with 64bit java, but this should not make a difference.
|
I have no special talents. I am only passionately curious.--Albert Einstein
|
|
|
icza
|
 |
«
Reply #8 - Posted
2009-12-11 12:33:35 » |
|
I am getting an
java.lang.ClassNotFoundException: F.class
This happens on both the appletviewer and in the browser. I am on linux with 64bit java, but this should not make a difference.
Could it be that this is applet hosting related? And that this applet is pack200 compressed? As far as I know, the applet-server server should determine from the http request whether the client supports gzip compression, and if not, it should serve the unpacked applet jar. Can an administrator check this? Delt0r, can you try if this page works for you? This page contains an applet which links to the unpacked applet jar: http://fishing-4k.googlecode.com/svn/trunk/view.htmlThanks.
|
|
|
|
|
delt0r
|
 |
«
Reply #9 - Posted
2009-12-11 12:37:30 » |
|
Works fine from that link. I don't seem to have a problem from the other applets on 4k
|
I have no special talents. I am only passionately curious.--Albert Einstein
|
|
|
Games published by our own members! Check 'em out!
|
|
appel
|
 |
«
Reply #10 - Posted
2009-12-11 13:26:38 » |
|
Could it be that this is applet hosting related? And that this applet is pack200 compressed? As far as I know, the applet-server server should determine from the http request whether the client supports gzip compression, and if not, it should serve the unpacked applet jar. Can an administrator check this? Delt0r, can you try if this page works for you? This page contains an applet which links to the unpacked applet jar: http://fishing-4k.googlecode.com/svn/trunk/view.htmlThanks. From what I've been told, Java 5 and 6 should support pack200.
|
|
|
|
icza
|
 |
«
Reply #11 - Posted
2009-12-11 13:39:28 » |
|
From what I've been told, Java 5 and 6 should support pack200.
Yes they should and they do. But from this thread: pack200 appletFrom this link, as I understand it : - the client will allways ask for the "*.jar" - it is up to the server to give the "*.jar.pack.gz" if the client support it (Accept-Encoding in the HTTP request). Other wise, it have to send the ".jar" - the client know if it got "*.jar" or "*.jar.pack.gz" from the CE (Content-Encoding I think) So I think it is OK to use a php page to send back the "*.jar" or "*.jar.pack.gz" So the server still has to check if the client's browser supports the pack200-gzip encoding type. If not, the unpacked jar has to be sent. Details: http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/pack200.html(Look at the first 4 figures on that page.)
|
|
|
|
|
appel
|
 |
«
Reply #12 - Posted
2009-12-11 14:02:49 » |
|
I'll take a better look at this and maybe make some changes in a few days if they are really needed. For now, I'll keep things as it is.
|
|
|
|
moogie
|
 |
«
Reply #13 - Posted
2009-12-11 22:49:14 » |
|
I'll take a better look at this and maybe make some changes in a few days if they are really needed. For now, I'll keep things as it is.
I wonder if the author used the jdk 5 pack200 or jdk 6 pack200... as they are not compatibile unless told to...
|
|
|
|
|
davidc
|
 |
«
Reply #14 - Posted
2009-12-12 04:20:20 » |
|
I like the boat movement on the waves. Have you thought about adding some sharks to avoid? They could just be black colored fish that cause the net to empty when colliding with it. Of course, this would make more sense if you only score points once the net is returned to the boat with its catch.
|
|
|
|
|
icza
|
 |
«
Reply #15 - Posted
2009-12-12 11:31:15 » |
|
I wonder if the author used the jdk 5 pack200 or jdk 6 pack200... as they are not compatibile unless told to...
I used pack200 from jdk 6. I've never thought of they might not be compatible as they create an output file in a standard format. The algorithm that creates it might differ, but the format of the output is standard.
|
|
|
|
|
icza
|
 |
«
Reply #16 - Posted
2009-12-12 11:32:19 » |
|
I like the boat movement on the waves. Have you thought about adding some sharks to avoid? They could just be black colored fish that cause the net to empty when colliding with it. Of course, this would make more sense if you only score points once the net is returned to the boat with its catch.
Yes I've thought about it, but haven't implemented it. Would complicate things and strategy. Maybe it would be too complicated for a 4k game? Too complicated for a game one would just load and play occasionally?
|
|
|
|
|
halfwitgoat
|
 |
«
Reply #17 - Posted
2009-12-12 11:52:59 » |
|
I can't get over 100.  It gets hard rather quickly for me. As soon as the fish move as fast as the boat it's all over. It's okay in Firefox and IE but it doesn't work in Opera; I just see the text "Applet not found." I think that's a pack200 thing. Perhaps Opera is looking for a different file that isn't present.
|
|
|
|
icza
|
 |
«
Reply #18 - Posted
2009-12-12 12:08:51 » |
|
I obviously played this game more than any of you, but I think this isn't a hard game.
I just set a new record. I caught 100 fishes without missing any, and I finished with catching a total of 161 fishes.
|
|
|
|
|
Nate
|
 |
«
Reply #19 - Posted
2009-12-12 12:53:37 » |
|
116!
|
|
|
|
steveyO
|
 |
«
Reply #20 - Posted
2009-12-12 15:38:36 » |
|
121 Thats enuf!!
|
|
|
|
|