WEBVTT 1 00:00:00.224 --> 00:00:02.118 In this demo I'm going to run 2 00:00:02.119 --> 00:00:05.229 the JavaFX version of the adventure game program. 3 00:00:06.220 --> 00:00:08.224 I have the project open in NetBeans 4 00:00:09.000 --> 00:00:12.005 and I'm going to run it by clicking on the run icon 5 00:00:13.224 --> 00:00:15.118 and the program launches. 6 00:00:20.001 --> 00:00:22.002 This version of the game has buttons for all the 7 00:00:22.003 --> 00:00:25.113 navigation commands, go east, go north and so on 8 00:00:25.228 --> 00:00:27.115 and there's a textbox where you can enter 9 00:00:27.116 --> 00:00:30.007 any other command and then press the submit button. 10 00:00:32.004 --> 00:00:33.116 So lets try some commands 11 00:00:33.117 --> 00:00:35.116 lets start with a navigation command 12 00:00:35.119 --> 00:00:37.227 I'll click the go west button 13 00:00:38.111 --> 00:00:41.008 and you can see the output in the centre. 14 00:00:42.119 --> 00:00:45.000 So lets try a command that isn't 15 00:00:45.000 --> 00:00:48.111 one of the navigation ones, I'll try the help command 16 00:00:49.111 --> 00:00:51.003 and click the submit button 17 00:00:51.008 --> 00:00:53.227 and you can see the output from that command. 18 00:00:54.224 --> 00:00:55.226 Finally 19 00:00:56.007 --> 00:00:58.113 I'll try the quit command 20 00:00:58.225 --> 00:00:59.227 and submit 21 00:01:00.114 --> 00:01:02.221 and that should terminate the program.