-
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/GUI/src/routes/LocalMode.vue b/GUI/src/routes/LocalMode.vue
index 8d98204..5062910 100644
--- a/GUI/src/routes/LocalMode.vue
+++ b/GUI/src/routes/LocalMode.vue
@@ -4,10 +4,10 @@ import Field from '@/components/Game/Field.vue';
const gameField = [
[0, 0, 0, 0, 0, 0, 0],
[0, 0, 0, 0, 0, 0, 0],
- [0, 0, 0, 0, 0, 0, 0],
- [0, 0, 0, 0, 0, 0, 0],
- [0, 0, 0, 0, 0, 0, 0],
- [0, 0, 0, 0, 0, 0, 0],
+ [0, 0, 0, 0, 0, 2, 1],
+ [1, 0, 0, 0, 0, 1, 1],
+ [1, 0, 2, 0, 1, 2, 2],
+ [1, 1, 2, 1, 2, 1, 2],
];