better design and working setting cells
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user