public static void main(String args[]) throws IOException,InterruptedException {
//key's and mouse are released to gameState
render=new RenderTest();
game = new ClientGameState("127.0.0.1", null, null);
game.start();
//render, renders texture's and other such things
TestClient3 t=new TestClient3();