diff options
Diffstat (limited to 'maps')
| -rw-r--r-- | maps/10x10 | 11 | ||||
| -rw-r--r-- | maps/cost_wall | 20 |
2 files changed, 21 insertions, 10 deletions
diff --git a/maps/10x10 b/maps/10x10 new file mode 100644 index 0000000..7c59765 --- /dev/null +++ b/maps/10x10 @@ -0,0 +1,11 @@ +10x10 +.#@x +.......... +.......... +.......... +.......... +.......... +@......x.. +.......... +.......... +.......... diff --git a/maps/cost_wall b/maps/cost_wall index 2f3c089..e8d18da 100644 --- a/maps/cost_wall +++ b/maps/cost_wall @@ -1,11 +1,11 @@ 10x10 -0 0 0 0 0 0 0 0 0 0 -0 0 0 0 9 0 0 0 0 0 -0 0 0 0 9 0 0 0 0 0 -0 0 0 0 9 0 0 0 0 0 -0 0 0 0 9 0 0 0 0 0 -0 0 0 0 9 0 0 0 0 0 -0 0 0 0 9 0 0 0 0 0 -0 0 0 0 9 0 0 0 0 0 -0 0 0 0 9 0 0 0 0 0 -0 0 0 0 9 0 0 0 0 0 +1 1 1 1 1 1 1 1 1 1 +1 1 1 1 9 1 1 1 1 1 +1 1 1 1 9 1 1 1 1 1 +1 1 1 1 9 1 1 1 1 1 +1 1 1 1 9 1 1 1 1 1 +1 1 1 1 9 1 1 1 1 1 +1 1 1 1 9 1 1 1 1 1 +1 1 1 1 9 1 1 1 1 1 +1 1 1 1 9 1 1 1 1 1 +1 1 1 1 9 1 1 1 1 1 |
