Havoc and corruption swarms through the land, and you are one of those few wizards who can put an end to it.
The web's most entertaining website. Updated daily!
CTRL-D to Bookmark DumbJerks
The web's most entertaining website. Updated daily!
CTRL-D to Bookmark DumbJerks
|
|
|
|
GemCraft
Submitted on Fri, 15/May/2009 - 14:28 - 3503 reads
Sorry, you need to install flash to see this content.
Havoc and corruption swarms through the land, and you are one of those few wizards who can put an end to it. Comments - leave yours:
lolm
written by poptart on Fri, 13/Nov/2009 - 21:19
LOL
written by Anonymous Coward on Fri, 05/Jun/2009 - 15:51
Your an ass,did ya know that!?
written by Encripter Engine on Fri, 29/May/2009 - 02:48
import java.awt.*;
import java.awt.event.*;
public class remperasjames extends Frame
{
public remperasjames()
{
super ("Animation");
}
public void paint(Graphics p)
{
//backround
final int tile = 900;
//tiles
p.fillRect(0,tile,50,50);
p.fillRect(100,tile,50,50);
p.fillRect(200,tile,50,50);
p.fillRect(300,tile,50,50);
p.fillRect(400,tile,50,50);
p.fillRect(500,tile,50,50);
p.fillRect(600,tile,50,50);
p.fillRect(700,tile,50,50);
p.fillRect(800,tile,50,50);
p.fillRect(900,tile,50,50);
p.fillRect(1000,tile,50,50);
p.fillRect(1100,tile,50,50);
p.fillRect(1200,tile,50,50);
p.fillRect(50,tile+50,50,50);
p.fillRect(150,tile+50,50,50);
p.fillRect(250,tile+50,50,50);
p.fillRect(350,tile+50,50,50);
p.fillRect(450,tile+50,50,50);
p.fillRect(550,tile+50,50,50);
p.fillRect(650,tile+50,50,50);
p.fillRect(750,tile+50,50,50);
p.fillRect(850,tile+50,50,50);
p.fillRect(950,tile+50,50,50);
p.fillRect(1050,tile+50,50,50);
p.fillRect(1150,tile+50,50,50);
p.fillRect(1250,tile+50,50,50);
p.fillRect(0,tile-100,50,50);
p.fillRect(100,tile-100,50,50);
p.fillRect(200,tile-100,50,50);
p.fillRect(300,tile-100,50,50);
p.fillRect(400,tile-100,50,50);
p.fillRect(500,tile-100,50,50);
p.fillRect(600,tile-100,50,50);
p.fillRect(700,tile-100,50,50);
p.fillRect(800,tile-100,50,50);
p.fillRect(900,tile-100,50,50);
p.fillRect(1000,tile-100,50,50);
p.fillRect(1100,tile-100,50,50);
p.fillRect(1200,tile-100,50,50);
p.fillRect(50,tile-50,50,50);
p.fillRect(150,tile-50,50,50);
p.fillRect(250,tile-50,50,50);
p.fillRect(350,tile-50,50,50);
p.fillRect(450,tile-50,50,50);
p.fillRect(550,tile-50,50,50);
p.fillRect(650,tile-50,50,50);
p.fillRect(750,tile-50,50,50);
p.fillRect(850,tile-50,50,50);
p.fillRect(950,tile-50,50,50);
p.fillRect(1050,tile-50,50,50);
p.fillRect(1150,tile-50,50,50);
p.fillRect(1250,tile-50,50,50);
//stalls
p.setColor(Color.blue);
p.fillRect(0,0,1280,800);
p.setColor(Color.GRAY);
p.fillRect(0,500,200,300);
p.setColor(Color.cyan);
p.fillRect(50,550,100,250);
p.setColor(Color.white);
p.fillRect(75,725,50,75);
p.fillArc(50,675,100,100,180,180);
Color s = new Color(192,192,192);
p.setColor(s);
p.fillRect(93,625,15,100);
p.setColor(Color.GRAY);
p.fillRect(200,500,200,300);
p.setColor(Color.cyan);
p.fillRect(250,550,100,250);
p.setColor(Color.white);
p.fillRect(275,725,50,75);
p.fillArc(250,675,100,100,180,180);
p.setColor(s);
p.fillRect(293,625,15,100);
p.setColor(Color.GRAY);
p.fillRect(400,500,200,300);
p.setColor(Color.cyan);
p.fillRect(450,550,100,250);
p.setColor(Color.white);
p.fillRect(475,725,50,75);
p.fillArc(450,675,100,100,180,180);
p.setColor(s);
p.fillRect(493,625,15,100);
//ceiling
p.setColor(s);
p.fillRect(0,0,1280,200);
p.setColor(Color.black);
p.drawLine(0,0,200,200);
p.drawLine(200,0,400,200);
p.drawLine(400,0,600,200);
p.drawLine(600,0,800,200);
p.drawLine(800,0,1000,200);
p.drawLine(1000,0,1200,200);
p.drawLine(1200,0,1400,200);
//fkdjfklasj
int thingy[]={200,200,432,323,43,42,432,40};
int thingx[]={432,432,123,432,541,212,213,435};
//guy
p.fillOval(50,50,50,50);
p.drawLine(75,100,75,200);
p.drawLine(75,200,25,300);
p.drawLine(75,200,125,300);
p.drawLine(75,125,25,225);
p.drawLine(75,125,125,225);
//portal
int j =0;
for(int g=0;g<100;g--)
{ j++;
if(j==255)
j=0;
else{
Color tt = new Color(j,167,182);
p.setColor(tt);
p.fillPolygon(thingy,thingx,5);
for(int aa=0;aa<10000;aa++);
}
}
}
public static void main(String args[])
{
remperasjames w = new remperasjames();
w.setSize(1280,1000);
w.addWindowListener(new WindowAdapter()
{public void windowClosing(WindowEvent e)
{System.exit(0);}});
w.show();
}
}
written by Anonymous Coward on Fri, 22/May/2009 - 20:35
|
|