1213141516171819
public class SPStarter { public static NESiglePlayerGame game; public static NEGraphicServer gfxs; public static void main(String[] args) throws IOException, InterruptedException { game = new NESiglePlayerGame(); game.start(); }