Searched refs:maze (Results 1 – 11 of 11) sorted by relevance
| /vim-8.2.3635/runtime/macros/maze/ |
| H A D | README.txt | 1 To run the maze macros with Vim: 6 The "-u maze.mac" loads the maze macros and skips loading your .vimrc, which 13 allows vi to solve mazes. It will solve any maze produced by maze.c 17 1. run uudecode on the file "maze.vi.macros.uu" to 18 produce the file "maze.vi.macros" 20 2. compile maze.c with "cc -o maze maze.c" 21 3. run maze > maze.out and input a small number (for example 10 if 23 is the size of the maze to produce 24 4. edit the maze (vi maze.out) 26 :so maze.vi.macros [all …]
|
| H A D | maze_mac | 1 " These macros 'solve' any maze produced by the a-maze-ing maze.c program. 3 " First, a bit of maze theory. 4 " If you were put into a maze, a guaranteed method of finding your way 5 " out of the maze is to put your left hand onto a wall and just keep walking, 7 " work if the maze does not have any 'islands', or if the 'exit' is on the 11 " Assuming that the maze is made up of horizontal and vertical walls spaced 15 " 1. Put yourself somewhere in the maze near a wall. 27 " By examining a maze produced by the maze.c program you will see that 28 " each square of the maze is one character high and two characters wide. 165 " G$?.^M - find the last . in the maze [all …]
|
| H A D | poster | 16 A real working model. See it walk the maze in front of your very own eyes. 19 allows vi to solve mazes. It will solve any maze produced by maze.c 29 Save this article and unshar it. Then read maze.README.
|
| H A D | Makefile | 3 maze: mazeansi.c target 4 cc -o maze mazeansi.c
|
| H A D | maze_5.78 | 8 See Vim solve a maze!
|
| /vim-8.2.3635/runtime/macros/ |
| H A D | README.txt | 1 The macros in the maze, hanoi and urm directories can be used to test Vim for 7 maze Macros that solve a maze (amazing!).
|
| /vim-8.2.3635/ |
| H A D | Filelist | 739 runtime/macros/maze/README.txt \ 740 runtime/macros/maze/[mM]akefile \ 741 runtime/macros/maze/maze.c \ 742 runtime/macros/maze/maze_5.78 \ 743 runtime/macros/maze/maze_mac \ 744 runtime/macros/maze/mazeansi.c \ 745 runtime/macros/maze/mazeclean.c \ 746 runtime/macros/maze/poster \ 878 runtime/macros/maze/*.info \
|
| /vim-8.2.3635/runtime/macros/hanoi/ |
| H A D | poster | 34 (For maze solving macros, see alt.sources or comp.editors)
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version6.txt | 7136 Problem: The maze program crashes. 7138 Files: runtime/macros/maze/mazeansi.c 10714 Solution: Use a simpler pattern. Add the Aap recipe for the maze program 10716 Files: Makefile, runtime/macros/maze/Makefile, 10717 runtime/macros/maze/README.txt, runtime/macros/maze/main.aap, 10718 runtime/macros/maze/mazeclean.c
|
| H A D | map.txt | 828 macros to solve a maze uses this, look there for an example. There is one
|
| H A D | version8.txt | 27980 runtime/macros/maze/main.aap
|