Java Game Development - 2 - Starting Threads
Loading...
75,559
Loading...
Top Comments
see all
All Comments (191)
-
Amazing:)
-
i love you.
-
public class Game2 { public static void main(String[] args){ Thread t1 = new Thread(new Game1("one")); Thread t2 = new Thread(new Game1("two")); Thread t3 = new Thread(new Game1("three")); t1.start(); t2.start(); t3.start(); }
}
It doesn't work :(
-
Bucky is so fucking awesome. He could probably get a badass job with his skills but instead he teaches us all of this <33
-
You are the biggest boss ever!
-
@rc2000123 eclipse, follow his beginner tuts
-
what kind of program do you use to write java?
-
@runemick nvm mind i found that i put the " to soon in the printf
Loading...
@Bollatic not true im still going
giotheutuber 6 months ago 12
Who put: time = r.nextInt(999999); like me?
SurgeDungeon 3 months ago 9