Skip to content

Instantly share code, notes, and snippets.

@tarynsauer
Created January 13, 2014 00:11
Show Gist options
  • Save tarynsauer/8392568 to your computer and use it in GitHub Desktop.
Save tarynsauer/8392568 to your computer and use it in GitHub Desktop.
public class CLIGame extends Game {
...
public static void main(String[] args) throws IOException {
CLIGame newGame = new CLIGame();
newGame.startGame();
newGame.playGame();
}
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment