better design and working setting cells

This commit is contained in:
jhim
2026-02-13 11:31:32 +01:00
committed by Jonas
parent 8e99bbca0e
commit a8879da715
17 changed files with 198 additions and 11 deletions
+4 -4
View File
@@ -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],
];
</script>