This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Home
Input file format
- The first line contains the size of the matrix (width x length)
- Every line is a row of the matrix.
- 0 marks a free space. Any other character is considered a wall.
Example:
8x8
00000000
00000#00
00##0000
00##0000
00000000
0##00000
00#00000
#0000000
Output
Example
ibookg4:~/Develop/mortalcoil gerard$ ./mcoil tests/15.game
(5,0) LDRDRULDLULURDRU
(6,1) DRULDRDRULDLULUR
(7,0) DLULURDLULURDRU
(7,0) LDRDRULDLULURDRU
(7,2) DLULURDLDLULURDRU
- (x, y) marks the initial position
- (L)eft/(D)own/®ight/(U)p marks the direction you have to move to







