45 Commits (4a697fad046bb4a25f8b8970e1c186e10b5bbda2)
 

Author SHA1 Message Date
Joe Lukas Kalb 4a697fad04 calculate_lab_way 11 months ago
Joe Lukas Kalb 9e00574912 refactoring: ask_lab_walls 11 months ago
Joe Lukas Kalb 818266ef5e ask_lab_walls 11 months ago
Joe Lukas Kalb 435fe6dc47 refactoring: wall --> get_wall_input 11 months ago
Joe Lukas Kalb c508f0ae09 wall input 11 months ago
Joe Lukas Kalb 7d46b6020e refactoring: dimesions --> get_lab_dimensions 11 months ago
Joe Lukas Kalb 711d24f20e dimesions 11 months ago
Joe Lukas Kalb 126fd0d3d6 get_natural_number 11 months ago
Joe Lukas Kalb ce38e86808 show_solution 11 months ago
Joe Lukas Kalb 2302392b0c refactoring: lab_can_move 11 months ago
Joe Lukas Kalb 76cbafc7b2 lab_can_move direction W heading SOLUTION 11 months ago
Joe Lukas Kalb def3a558e3 lab_can_move direction S heading SOLUTION 11 months ago
Joe Lukas Kalb 5612121dab lab_can_move direction E heading SOLUTION 11 months ago
Joe Lukas Kalb 36507739f8 lab_can_move direction N heading SOLUTION 11 months ago
Joe Lukas Kalb 5b28c39baa refactoring: lab_can_move 11 months ago
Joe Lukas Kalb 32e5b54cab lab_can_move direction W heading WALL 11 months ago
Joe Lukas Kalb 7f3925512d lab_can_move direction S heading WALL 11 months ago
Joe Lukas Kalb 1e36e6b4c1 lab_can_move direction E WALL heading WALL 11 months ago
Joe Lukas Kalb 8bfd95afcc lab_can_move direction N WALL above 11 months ago
Joe Lukas Kalb c53ffc1fa8 lab_can_move y undefined below 0 (overflow) 11 months ago
Joe Lukas Kalb f6caf8b8e2 lab_can_move x undefined over 0 11 months ago
Joe Lukas Kalb fc9181ff5f lab_can_move y undefined 11 months ago
Joe Lukas Kalb 5de30c9dc5 lab_can_move North undefined 11 months ago
Joe Lukas Kalb 09b8bc1e75 refactoring: init_field 11 months ago
Joe Lukas Kalb 3758ec226c init_field any x y --> WAY 11 months ago
Joe Lukas Kalb 96863d5bea init_field with all x --> WAY 11 months ago
Joe Lukas Kalb ce4005981d init_field with WAY at 0 0 11 months ago
Joe Lukas Kalb 690ae4eeaf set_wall at any x y 11 months ago
Joe Lukas Kalb d372b30160 refactoring: State --> Field_State 11 months ago
Joe Lukas Kalb 5f2941c3f7 set_wall at 0 0 11 months ago
Joe Lukas Kalb 356f53ef5b lab_move direction W y --> y - 1 11 months ago
Joe Lukas Kalb df822f61a9 lab_move direction W y --> 0 11 months ago
Joe Lukas Kalb 6a30cdf1b7 lab_move direction S x --> x + 1 11 months ago
Joe Lukas Kalb 091726334d lab_move direction S x --> 2 11 months ago
Joe Lukas Kalb ccf6661ffd lab_move direction East y --> y + 1 11 months ago
Joe Lukas Kalb eb2b6fc6d5 lab_move direction E --> y = 2 11 months ago
Joe Lukas Kalb 7c44069153 lab move N --> x - 1 11 months ago
Joe Lukas Kalb 1e2edfd89d refactoring: move --> lab_move 11 months ago
Joe Lukas Kalb c8feba1040 move north set x 0 11 months ago
Joe Lukas Kalb fad2f3430d turn_direction_right W --> N 11 months ago
Joe Lukas Kalb 9d4ba68d90 change direction right S --> W 11 months ago
Joe Lukas Kalb 603769c08a change direction right E --> S 11 months ago
Joe Lukas Kalb 17dd3fd254 refactoring: change_direction 11 months ago
Joe Lukas Kalb 414a018ea5 Direction; change_direction N --> E 11 months ago
Joe Lukas Kalb cddb278f3f Initial Commit 11 months ago