This commit is contained in:
KikooDX 2019-11-22 09:53:53 +01:00
parent 65cb6da959
commit a7d79e06ef
3 changed files with 63 additions and 14 deletions

View File

@ -1,18 +1,18 @@
#Program name: ~NMAP
#Password: <no password>
Mat A[M, N
Mat A[M, N->W
"..................................................................................................................................................." -> Str 1
Ans = -1 => "
W = -1 => "
.....................
.......HO.ME.........
.......O...M.........
........HO.ME........
........O...M........
.....................
.......S...O.........
.......ES.OH.........
........S...O........
........ES.OH........
....................." -> Str 1
Ans = 1 =>
W = 1 =>
"
BORDER#BORDER#BORDER#
.....................
@ -22,7 +22,7 @@ BORDER#BORDER#BORDER#
.....................
....................." -> Str 1
Ans = 2 =>
W = 2 =>
"
.....................
.....................
@ -32,7 +32,7 @@ Ans = 2 =>
.....................
#BORDER#BORDER#BORDER" -> Str 1
Ans = 3 =>
W = 3 =>
"
B....................
O....................
@ -42,7 +42,7 @@ E....................
R....................
#...................." -> Str 1
Ans = 4 =>
W = 4 =>
"
....................#
....................B
@ -52,7 +52,7 @@ Ans = 4 =>
....................E
....................R" -> Str 1
Ans = 5 =>
W = 5 =>
"
BORDER#BORDER#BORDER#
O....................
@ -62,7 +62,7 @@ E....................
R....................
#...................." -> Str 1
Ans = 6 =>
W = 6 =>
"
BORDER#BORDER#BORDER#
....................B
@ -72,7 +72,7 @@ BORDER#BORDER#BORDER#
....................E
....................R" -> Str 1
Ans = 7 =>
W = 7 =>
"
B....................
O....................
@ -82,7 +82,7 @@ E....................
R....................
#BORDER#BORDER#BORDER" -> Str 1
Ans = 8 =>
W = 8 =>
"
....................#
....................B
@ -92,3 +92,52 @@ Ans = 8 =>
....................E
#BORDER#BORDER#BORDER" -> Str 1
W = 9 =>
"
.....................
.....*T*.............
....**R**............
.....*E*.............
......E..............
.....................
....................." -> Str 1
W = 10 =>
"
.....................
...........................
.....*T*.............
....**R**............
.....*E*.............
......E..............
..............." -> Str 1
W=11 =>
"
.....................
......~~~~~~~~.......
.....~~~~~~~~~~~.....
....~~~LAKE~~~......
.....~~~~~~~~........
...~~~.~~~~~~~.......
....................."-> Str 1
W=12 =>
"
.....................
.#########.#########.
.##SUMMER#.#AUTUMN##.
.....................
.##WINTER#.#SPRING##.
.#########.#########.
....................."->Str 1
W=13 =>
"
.....................
.....................
.....##########......
.....##MUSEUM##......
.....##########......
.....####DD####......
.....................
"->Str 1

BIN
~NGEN.g3m

Binary file not shown.

BIN
~NMAP.g3m

Binary file not shown.