Here is how it would go,
Name this, GuessGame.java


public class GuessGame{
Player p1;
Player p2;
Player p3;

public void startGame() {