Project

General

Profile

Revision 7b5ea072

ID7b5ea0722bc3d30d1359b17b61d58961dc3f3d44
Parent 1cb59616
Child 1019d31f

Added by Hui Jun Tay about 11 years ago

maze_solve now works. Need testing on other machines to confirm.

View differences:

scout/libscout/src/test_behaviors/maze_solve.h
40 40
        bool look_around(int row, int col, int dir);
41 41
        bool at_destination();
42 42
        void print_board(int board[60][60], int c_row, int c_col);
43
        void adjust();
44 43

  
45 44
        int map[60][60];
46 45
};

Also available in: Unified diff