// simple pac-man style arcade game... using graph builder Names Default To Here( 1 ); // data table defining game board (x,y locations and z status) dt = New Table( "jmpman", Add Rows( 868 ), New Column( "x", Numeric, "Ordinal", Format( "Best", 12 ), Set Selected, Set Values( [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28] ) ), New Column( "y", Numeric, "Ordinal", Format( "Best", 12 ), Set Values( [31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 31, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 29, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 27, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 25, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 24, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 23, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 22, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1] ) ), New Column( "z", Numeric, "Nominal", Format( "Best", 12 ), Set Values( [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] ) ), invisible ); // list for quick look-up xys = {}; For( i = 1, i <= N Rows( dt ), i++, Insert Into( xys, Char( Column( dt, "x" )[i] ) || "::" || Char( Column( dt, "y" )[i] ) ) ); // game board and joystick controls mygame = New Window( "JMP-Man", V List Box( mypanel = Graph Builder( Size( 513, 345 ), Show Control Panel( 0 ), Show Legend( 0 ), Variables( X( :x ), Y( :y ), Color( :z ) ), Elements( Heatmap( X, Y, Legend( 7 ) ) ), SendToReport( Dispatch( {}, "x", ScaleBox, {Min( 1 ), Max( 29 ), Inc( 1 ), Minor Ticks( 0 ), Label Row Nesting( 1 ), Label Row( Show Major Labels( 0 ) )} ), Dispatch( {}, "y", ScaleBox, {Min( 1 ), Max( 32 ), Inc( 1 ), Minor Ticks( 0 ), Label Row Nesting( 1 ), Label Row( Show Major Labels( 0 ) )} ), Dispatch( {}, "graph title", TextEditBox, {Set Text( "JMP-Man" )} ), Dispatch( {}, "X title", TextEditBox, {Set Text( "" )} ), Dispatch( {}, "Y title", TextEditBox, {Set Text( "" )} ) ) ), V List Box( H List Box( Spacer Box(), Button Box( "Up", nextdir = 3 ), Spacer Box() ), H List Box( Spacer Box(), Spacer Box(), Button Box( "Left", nextdir = 2 ), Spacer Box(), Button Box( "Right", nextdir = 4 ), Spacer Box(), Spacer Box() ), H List Box( Spacer Box(), Button Box( "Down", nextdir = 1 ), Spacer Box() ) ); ) ); // quick location lookup function checkloc = Function( {x, y}, Loc( xys, Char( x ) || "::" || Char( y ) ) ); // quick look-ahead location function checkmove = Function( {x, y}, temp = Loc( xys, Char( x ) || "::" || Char( y ) ); If( N Row( temp ) > 0, If( Column( dt, 3 )[temp][1] != 0, 1, 0 ), 0 ); ); // start game mystart = Today(); lives = 3; While( lives > 0, // start JMP-Man at 2,2 position currentdir = 0; nextdir = 0; currentx = 2; currenty = 2; // start ghost at 18,9 position currentdir_ghost = 1; currentx_ghost = 18; currenty_ghost = 9; currenttype_ghost = Column( dt, 3 )[checkloc( currentx_ghost, currenty_ghost )][1]; Column( dt, 3 )[checkloc( currentx_ghost, currenty_ghost )] = 5; For( i = 1, i < 10000, i++, // check if dead If( currentx == currentx_ghost & currenty == currenty_ghost, Column( dt, 3 )[checkloc( currentx_ghost, currenty_ghost )] = currenttype_ghost; lives = lives - 1; If( lives == 0, Caption( "Game Over" ) ); Break(); ); // set current location as complete Column( dt, 3 )[checkloc( currentx, currenty )] = 2; // check if maze complete If( Sum( Column( dt, 3 ) << get values == 1 ) == 0, myend = Today(); Caption( "Congrats you finished in " || Char( myend - mystart ) || " seconds" ); Break(); ); // time step to simulate arcade pace Wait( 0.2 ); // move JMP-Man check = 0; If( nextdir != currentdir, If( nextdir == 1 & checkmove( currentx, currenty - 1 ), Column( dt, 3 )[checkloc( currentx, currenty )] = 4; currenty = currenty - 1; currentdir = 1; check = 1; ); If( nextdir == 2 & checkmove( currentx - 1, currenty ), Column( dt, 3 )[checkloc( currentx, currenty )] = 4; currentx = currentx - 1; currentdir = 2; check = 1; ); If( nextdir == 3 & checkmove( currentx, currenty + 1 ), Column( dt, 3 )[checkloc( currentx, currenty )] = 4; currenty = currenty + 1; currentdir = 3; check = 1; ); If( nextdir == 4 & checkmove( currentx + 1, currenty ), Column( dt, 3 )[checkloc( currentx, currenty )] = 4; currentx = currentx + 1; currentdir = 4; check = 1; ); ); If( check == 0, If( currentdir == 1 & checkmove( currentx, currenty - 1 ), Column( dt, 3 )[checkloc( currentx, currenty )] = 4; currenty = currenty - 1; currentdir = 1; ); If( currentdir == 2 & !(currentx == 1 & currenty == 17) & checkmove( currentx - 1, currenty ), Column( dt, 3 )[checkloc( currentx, currenty )] = 4; currentx = currentx - 1; currentdir = 2; ); If( currentdir == 3 & checkmove( currentx, currenty + 1 ), Column( dt, 3 )[checkloc( currentx, currenty )] = 4; currenty = currenty + 1; currentdir = 3; ); If( currentdir == 4 & !(currentx == 28 & currenty == 17) & checkmove( currentx + 1, currenty ), Column( dt, 3 )[checkloc( currentx, currenty )] = 4; currentx = currentx + 1; currentdir = 4; ); If( currentdir == 4 & currentx == 28 & currenty == 17, Column( dt, 3 )[checkloc( currentx, currenty )] = 4; currentx = 1; currenty = 17; currentdir = 4; ); If( currentdir == 2 & currentx == 1 & currenty == 17, Column( dt, 3 )[checkloc( currentx, currenty )] = 4; currentx = 28; currenty = 17; currentdir = 2; ); ); // check if dead... again If( currentx == currentx_ghost & currenty == currenty_ghost, Column( dt, 3 )[checkloc( currentx_ghost, currenty_ghost )] = currenttype_ghost; lives = lives - 1; If( lives == 0, Caption( "Game Over" ) ); Break(); ); // move the ghost (randomly) If( currentdir_ghost == 1 & checkmove( currentx_ghost, currenty_ghost - 1 ), Column( dt, 3 )[checkloc( currentx_ghost, currenty_ghost )] = currenttype_ghost; currenty_ghost = currenty_ghost - 1; currenttype_ghost = Column( dt, 3 )[checkloc( currentx_ghost, currenty_ghost )][1]; Column( dt, 3 )[checkloc( currentx_ghost, currenty_ghost )] = 5; currentdir_ghost = 1; ); If( currentdir_ghost == 1 & !checkmove( currentx_ghost, currenty_ghost - 1 ), currentdir_ghost = Random Integer( 4 ) ); If( currentdir_ghost == 2 & checkmove( currentx_ghost - 1, currenty_ghost ), Column( dt, 3 )[checkloc( currentx_ghost, currenty_ghost )] = currenttype_ghost; currentx_ghost = currentx_ghost - 1; currenttype_ghost = Column( dt, 3 )[checkloc( currentx_ghost, currenty_ghost )][1]; Column( dt, 3 )[checkloc( currentx_ghost, currenty_ghost )] = 5; currentdir_ghost = 2; ); If( currentdir_ghost == 2 & !checkmove( currentx_ghost - 1, currenty_ghost ), currentdir_ghost = Random Integer( 4 ) ); If( currentdir_ghost == 3 & checkmove( currentx_ghost, currenty_ghost + 1 ), Column( dt, 3 )[checkloc( currentx_ghost, currenty_ghost )] = currenttype_ghost; currenty_ghost = currenty_ghost + 1; currenttype_ghost = Column( dt, 3 )[checkloc( currentx_ghost, currenty_ghost )][1]; Column( dt, 3 )[checkloc( currentx_ghost, currenty_ghost )] = 5; currentdir_ghost = 3; ); If( currentdir_ghost == 3 & !checkmove( currentx_ghost, currenty_ghost + 1 ), currentdir_ghost = Random Integer( 4 ) ); If( currentdir_ghost == 4 & checkmove( currentx_ghost + 1, currenty_ghost ), Column( dt, 3 )[checkloc( currentx_ghost, currenty_ghost )] = currenttype_ghost; currentx_ghost = currentx_ghost + 1; currenttype_ghost = Column( dt, 3 )[checkloc( currentx_ghost, currenty_ghost )][1]; Column( dt, 3 )[checkloc( currentx_ghost, currenty_ghost )] = 5; currentdir_ghost = 4; ); If( currentdir_ghost == 4 & !checkmove( currentx_ghost + 1, currenty_ghost ), currentdir_ghost = Random Integer( 4 ) ); ); );