Announcement: Be excellent to each other.


Caravel Forum : Other Boards : Anything : Homemade Applet (4)
New Topic New Poll Post Reply
Poster Message
levelthirteen
Level: Master Delver
Rank Points: 109
Registered: 02-20-2003
IP: Logged

File: master.html (852 bytes)
Downloaded 58 times.
License: Other
From: Unspecified
icon Homemade Applet (4) (0)  
I coded http://geocities.com/ao332s4jtbti0mti/applets/CA2D.html over the past few weeks and would appreciate any comments, improvements, informed Graphics Library flame wars, etc. Have fun :glasses
Update: uploaded http://geocities.com/ao332s4jtbti0mti/applets/Fractel.html
http://geocities.com/ao332s4jtbti0mti/applets/Avatar.html
And another host if the geocities ads are too insane:
http://levelthirteen.envy.nu/applets/Avatar.html
http://levelthirteen.envy.nu/applets/CA2D.html
http://levelthirteen.envy.nu/applets/Fractel.html
http://www.drod.net/forum/getattachment.php?id=387

Minesweeper clone with hot-swappable rules
http://levelthirteen.envy.nu/applets/SpiderSweeper.html
http://geocities.com/ao332s4jtbti0mti/applets/SpiderSweeper.html
http://www.drod.net/forum/getattachment.php?id=387
If http://java.sun.com/docs/books/tutorial/uiswing/start/swingApplet.html
http://java.sun.com/docs/books/tutorial/uiswing/start/AppletDemo.html does not work; CA2D and spiderSweeper will not run.

[Edited by levelthirteen on 10-26-2003 at 08:16 PM GMT: small update]
[Edited by levelthirteen on 10-31-2003 at 08:34 AM GMT: 35 kB added]

[Edited by levelthirteen on 11-03-2003 at 10:10 AM GMT: saw too many ads in IE6]
10-23-2003 at 05:25 AM
View Profile Send Private Message to User Send Email to User Show all user's posts Quote Reply
agaricus5
Level: Smitemaster
Rank Points: 1838
Registered: 02-04-2003
IP: Logged
icon Re: Homemade Applet (0)  
What is it?

It looks interestingly familiar - I used to have a Windows 95 game resembling that where you had to place coloured cells on a grid and depending on how many other cells of the same colour touched it affected whether the cell died or grew. However, it is very interesting to watch - all those colours swirling around the screen are quite hypnotic if you stare at them for too long. :)

However, it doesn't appear to be very interactive yet - the second row of tools do not appear to be working, so you cannot add things to the pattern/simulation and place your own cells on the screen, or change their colour. The last problem is that clearing the screen clears everything, so I need to re-launch the applet to start it again. Maybe you should put a "Reset" button somewhere in there.

Apart from that, it's a pretty good piece of work and I really like it. Keep up the good work!

____________________________
Resident Medic/Mycologist
10-23-2003 at 09:09 AM
View Profile Send Private Message to User Send Email to User Show all user's posts This architect's holds Quote Reply
Scott
Level: Smitemaster
Rank Points: 578
Registered: 02-12-2003
IP: Logged
icon Re: Homemade Applet (0)  
You are thinking of the game of life. I don't have enough time to watch it now but it looks like it follows different rules to the original.
10-23-2003 at 09:20 AM
View Profile Send Private Message to User Show all user's posts Quote Reply
Mattcrampy
Level: Smitemaster
Avatar
Rank Points: 2388
Registered: 05-29-2003
IP: Logged
icon Re: Homemade Applet (0)  
It looks like it follows lights-out rules, to me.

Matt

____________________________
What do you call an elephant at the North Pole?
Click here to view the secret text

10-23-2003 at 09:28 AM
View Profile Send Private Message to User Send Email to User Show all user's posts Quote Reply
levelthirteen
Level: Master Delver
Rank Points: 109
Registered: 02-20-2003
IP: Logged
icon Re: Homemade Applet (0)  
agaricus5 wrote:
However, it doesn't appear to be very interactive yet - the second row of tools do not appear to be working, so you cannot add things to the pattern/simulation and place your own cells on the screen, or change their colour. The last problem is that clearing the screen clears everything, so I need to re-launch the applet to start it again. Maybe you should put a "Reset" button somewhere in there.
[Fixed]It does'nt handle being reloaded well[/Fixed]; a flaw unnoticable from a debugger that never reloads. Downloading it and running:
jar -xf CA2D.jar
java -classpath . ca2D.CA2D

will work*.
Mattcrampy wrote: It looks like it follows lights-out rules, to me.
The rules are that each tile is the sum of the four tiles around it, %4. Light blue is 1, green is 2, and dark blue is 3.

*If 'jar' and 'java' are recognized.

[Edited by levelthirteen on 10-24-2003 at 11:09 PM GMT: bugfix; removed 'static']
10-23-2003 at 04:02 PM
View Profile Send Private Message to User Send Email to User Show all user's posts Quote Reply
agaricus5
Level: Smitemaster
Rank Points: 1838
Registered: 02-04-2003
IP: Logged
icon Re: Homemade Applet (0)  
levelthirteen wrote:
The rules are that each tile is the sum of the four tiles around it, %4. Light blue is 1, green is 2, and dark blue is 3.

Ahh...

That's quite clever.

____________________________
Resident Medic/Mycologist
10-23-2003 at 04:09 PM
View Profile Send Private Message to User Send Email to User Show all user's posts This architect's holds Quote Reply
Sokko
Level: Smiter
Avatar
Rank Points: 336
Registered: 02-25-2003
IP: Logged
icon Re: Homemade Applet (0)  
Doesn't work for me. Even the first time I accessed it, it gave me two runtime errors, and when I mouse over the gray java block, the message "load: class ca2D.CA2D not found" appears briefly and disappears.

____________________________
How many boards would the Mongols hoard if the Mongol hordes got bored?
10-26-2003 at 02:31 PM
View Profile Send Private Message to User Show all user's posts Quote Reply
levelthirteen
Level: Master Delver
Rank Points: 109
Registered: 02-20-2003
IP: Logged

File: Java Icon.PNG (10.3 KB)
Downloaded 40 times.
License: Other
From: Unspecified
icon Re: Homemade Applet (0)  
Sokko wrote:
Doesn't work for me. Even the first time I accessed it, it gave me two runtime errors, and when I mouse over the gray java block, the message "load: class ca2D.CA2D not found" appears briefly and disappears.
Please post the errors NOW; they should be under the coffee cup icon by the clock.

Oh, and a small update; see the top post.
10-26-2003 at 08:30 PM
View Profile Send Private Message to User Send Email to User Show all user's posts Quote Reply
Sokko
Level: Smiter
Avatar
Rank Points: 336
Registered: 02-25-2003
IP: Logged
icon Re: Homemade Applet (0)  
The only one that actually works is Avatar; the other two give the same "class not found" error which appears for a split second when the grey box is moused over. One says class ca2D.CA2D not found and the other says class fractel not found. I have no idea what this "coffee cup icon" is that you're talking about. I have never ever seen a single coffee cup icon on my computer, except for the icon to set up my Java preferences in the Control Panel.

____________________________
How many boards would the Mongols hoard if the Mongol hordes got bored?
10-28-2003 at 11:07 PM
View Profile Send Private Message to User Show all user's posts Quote Reply
levelthirteen
Level: Master Delver
Rank Points: 109
Registered: 02-20-2003
IP: Logged
icon Re: Homemade Applet (0)  
? ? ? ? , what OS/browser version/Java version are you running? They all run fine on xp/(Mozilla 1.5 | IE6)/SDK 1.4.2 .
, you seem to be the only one here running Linux; how many of these applets can you see?
_______________________
Burn bandwidth!! Use avatars that are a hundred fold larger then "Sokko" or "trick"
10-29-2003 at 02:34 AM
View Profile Send Private Message to User Send Email to User Show all user's posts Quote Reply
trick
Level: Legendary Smitemaster
Rank Points: 2580
Registered: 04-12-2003
IP: Logged
icon Re: Homemade Applet (0)  
levelthirteen wrote:
? ? ? ? , what OS/browser version/Java version are you running? They all run fine on xp/(Mozilla 1.5 | IE6)/SDK 1.4.2 .
, you seem to be the only one here running Linux; how many of these applets can you see?
, I like how communicating with images breaks language barriers. Maybe I should write this entire post using symbolic drawings.

Maybe next time.

Anyway, Fractel and Avatar works fine on both hosts. The CA2D applet works on the alternate host, but not on geocities (if you have an alternate host, why use geocities at all ?). I'm using Mozilla Firebird with sun-jdk-1.4.2.01 plugin. The java console says the class ca2D.CA2D wasn't found.

Burn bandwidth!! Use avatars that are a hundred fold larger then "Sokko" or "trick"
Hey, Schik, how about allowing to use flash for avatars ? :devil

- Gerry

10-29-2003 at 10:27 AM
View Profile Send Private Message to User Send Email to User Show all user's posts Quote Reply
Schik
Level: Legendary Smitemaster
Avatar
Rank Points: 5383
Registered: 02-04-2003
IP: Logged
icon Re: Homemade Applet (0)  
trick wrote:
Hey, Schik, how about allowing to use flash for avatars ? :devil
That's to you. To be honest, , I've thought of doing that. Right now I've got a couple big forum tasks on my plate - after I finish them, I might look into this.

____________________________
The greatness of a nation and its moral progress can be judged by the way it treats its animals.
--Mahatma Gandhi
10-29-2003 at 12:31 PM
View Profile Send Private Message to User Send Email to User Show all user's posts High Scores Quote Reply
Mattcrampy
Level: Smitemaster
Avatar
Rank Points: 2388
Registered: 05-29-2003
IP: Logged
icon Re: Homemade Applet (0)  
If only I could think of something interesting to say... then you'd all be stuffed.

Matt

____________________________
What do you call an elephant at the North Pole?
Click here to view the secret text

10-30-2003 at 04:55 AM
View Profile Send Private Message to User Send Email to User Show all user's posts Quote Reply
levelthirteen
Level: Master Delver
Rank Points: 109
Registered: 02-20-2003
IP: Logged
icon Re: Homemade Applet (0)  
Mattcrampy wrote:
If only I could think of something interesting to say... then you'd all be stuffed.

Matt
How about ...
<!-- Begin Homer Simpson donut voice -->
Mmmmm... Strobing red spiral avatars ...
<!-- End Homer Simpson donut voice -->
10-31-2003 at 11:31 PM
View Profile Send Private Message to User Send Email to User Show all user's posts Quote Reply
Mattcrampy
Level: Smitemaster
Avatar
Rank Points: 2388
Registered: 05-29-2003
IP: Logged
icon Re: Homemade Applet (4) (0)  
No, , it's more that I don't have an avatar, so if you wanted to refer to me, you'd be stuffed.

Matt

____________________________
What do you call an elephant at the North Pole?
Click here to view the secret text

11-01-2003 at 07:39 AM
View Profile Send Private Message to User Send Email to User Show all user's posts Quote Reply
Sokko
Level: Smiter
Avatar
Rank Points: 336
Registered: 02-25-2003
IP: Logged
icon Re: Homemade Applet (4) (0)  
At any rate, , I have almost exactly the same stuff as you. Running Windows XP, IE6, and Java 1.4.2, or whatever the latest version is. Strange.

____________________________
How many boards would the Mongols hoard if the Mongol hordes got bored?
11-05-2003 at 03:02 PM
View Profile Send Private Message to User Show all user's posts Quote Reply
New Topic New Poll Post Reply
Caravel Forum : Other Boards : Anything : Homemade Applet (4)
Surf To:


Forum Rules:
Can I post a new topic? No
Can I reply? No
Can I read? Yes
HTML Enabled? No
UBBC Enabled? Yes
Words Filter Enable? No

Contact Us | CaravelGames.com

Powered by: tForum tForumHacks Edition b0.98.8
Originally created by Toan Huynh (Copyright © 2000)
Enhanced by the tForumHacks team and the Caravel team.