Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

good = "test/Maps/good_map.map" 

not_real = "test/Maps/doesnt_exist.map" 

sample = "test/Maps/sample_string.map" 

no_player = "test/Maps/no_player.map" 

empty = "test/Maps/empty_map.map" 

bad_col = "test/Maps/bad_map.map" 

impossible = "test/Maps/impossible.map" 

right = "test/Maps/right.map" 

left = "test/Maps/left.map" 

up = "test/Maps/up.map" 

down = "test/Maps/down.map" 

no_move = "test/Maps/no_move.map" 

bad_mid_row = "test/Maps/bad_mid_row.map" 

multiple_goals = "test/Maps/multiple_goals.map" 

no_goals = "test/Maps/no_goals.map" 

top_row_bad = "test/Maps/top_row_bad.map" 

bottom_row_bad = "test/Maps/bottom_row_bad.map" 

quick_solve = "test/Maps/solve.map" 

simple_solve = "test/Maps/simple.map" 

easy_solve = "test/Maps/easy.map" 

left_goal = "test/Maps/left_goal.map"