diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-04-16 22:15:51 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-04-16 22:15:51 +0300 |
| commit | f2a99859f0c66ba17765c036a173e7f29927327a (patch) | |
| tree | 88f05aaf4944f0fa5a575f9bc2ea852fa1d71e1c /maps | |
| parent | c6db3a75f756d790ede966c34adc3dbc793803d1 (diff) | |
| download | astar-f2a99859f0c66ba17765c036a173e7f29927327a.tar.xz | |
Fix costs
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 |
