Woohoo

  • Hey - turns out IRC is out and something a little more modern has taken it's place... A little thing called Discord!

    Join our community @ https://discord.gg/JuaSzXBZrk for a pick-up game, or just to rekindle with fellow community members.

when i was at uni I had ut installed on a computer in the 4th year physics project room. had 1.4G cpu ( this was last year btw), 128MB graphix card and t3 connection.....was sweetest I've ever seen ut run online....pinged 15-20 on jolt!

ahhhh those were the days, owned with a sniper rifle then lol. Makes u see being good at ut is 2/3 skill 1/3 good comp/conn.

btw its getting borin in 'ere, where's stompa with sum funny posts??

btw deadly this is u you big geek:

public void drawSquare(Graphics g)
{
int xPos=xAxisStart;
int yPos=yAxisStart;
Color col=Color.Green;
GSquare sq = new GSquare(xPos,yPos,100,100, col);
sq.displayFilled(g);
}