puyo code.

hi to everyone

i have a code of puyo puyo game..but iam not getting the logic of the game ...

the code is

import java.util.*;

public class TehCodez {

public static void main(String[] tartar) {

HashMap tehDates = new HashMap();

tehDates.put(new Integer(2), "u");

tehDates.put(new Integer(4), "k");

tehDates.put(new Integer(1), "F");

tehDates.put(new Integer(7), "o");

tehDates.put(new Integer(5), " ");

tehDates.put(new Integer(8), "u");

tehDates.put(new Integer(6), "y");

tehDates.put(new Integer(3), "c");

for (int i = 1; i <= tehDates.size(); i++) {

System.out.print(tehDates.get(new Integer(i)));

}

}

}

please tell me logic of the game ..

thanks

[785 byte] By [jilani27a] at [2007-11-27 8:31:00]
# 1

Is this in reference to http://forum.java.sun.com/thread.jspa?threadID=756801&tstart=0 ?

I can't stop laughing. You have been going on and on about getting into the gaming industry with your 'engineering in computers', and you can't even read that code. On top of that, if you really wanted ti know what it did, you would run the code yourself, which you obviously have not, otherwise you would not have asked what it does.

I highly suggest a career change. Do you like flipping burgers?

robtafta at 2007-7-12 20:26:17 > top of Java-index,Other Topics,Java Game Development...
# 2
WOW! This has to be a joke.I do think I've seen someone post that code before, though...
CaptainMorgan08a at 2007-7-12 20:26:18 > top of Java-index,Other Topics,Java Game Development...
# 3
Oh baby.
cotton.ma at 2007-7-12 20:26:18 > top of Java-index,Other Topics,Java Game Development...
# 4
yea, the code was from this post: http://forum.java.sun.com/thread.jspa?threadID=756801&tstart=0
robtafta at 2007-7-12 20:26:18 > top of Java-index,Other Topics,Java Game Development...
# 5
Hmm, just by the looks of it,It says... Fu... *censor* *censor*...OH... lol...Nice code, brilliant... I like the lesson on using hash tables... A+ to the author of this code and A+ to his humor also.
ArikArikArika at 2007-7-12 20:26:18 > top of Java-index,Other Topics,Java Game Development...