Created
January 13, 2014 00:11
-
-
Save tarynsauer/8392568 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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