puyo puyo game

hi this is murali krishna. I want source code for the puyo puyo game in java . I want to submitt as an assignment. please send me the code as soon as possible
[172 byte] By [himacherlaa] at [2007-10-3 1:46:41]
# 1
Nobody is going to help you cheat in an assignment. Do your own work.
RageMatrix36a at 2007-7-14 18:44:57 > top of Java-index,Other Topics,Java Game Development...
# 2
I really hope your instructor sees this.
openwarsima at 2007-7-14 18:44:57 > top of Java-index,Other Topics,Java Game Development...
# 3
Dear sir,i am sharman singh sengar who is calld by Gameloft company to solve a task about java puyo-puyo game.plz help me to send the coding of java puyo-puyo game.thankxsharman singh
sharmana at 2007-7-14 18:44:57 > top of Java-index,Other Topics,Java Game Development...
# 4
It's baaaaack.
cotton.ma at 2007-7-14 18:44:57 > top of Java-index,Other Topics,Java Game Development...
# 5

> Dear

>sir,

> sharman singh sengar who is calld by Gameloft

> company to solve a task about java puyo-puyo

> game.plz help me to send the coding of java

> puyo-puyo game.

> hankx

> sharman singh

Ahahahahahahaha!!!!! LMAO!!!

This is the best laugh I had in ages!!! Ahahahahaha!!!

jadespirita at 2007-7-14 18:44:57 > top of Java-index,Other Topics,Java Game Development...
# 6
> This is the best laugh I had in ages!!! Ahahahahaha!!!You must have missed the recently deleted thread that had probably about 150 of those statements.
CaptainMorgan08a at 2007-7-14 18:44:57 > top of Java-index,Other Topics,Java Game Development...
# 7

To all,

I have teh codez!!!

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)));

}

}

}

maple_shafta at 2007-7-14 18:44:57 > top of Java-index,Other Topics,Java Game Development...