parent
4e674348d5
commit
61b6893ec4
@ -75,7 +75,6 @@ const shellList = computed(() => {
|
|||||||
}
|
}
|
||||||
const l = [...Array(props.game.live).fill('🟥'), ...Array(props.game.blank).fill('🟦')];
|
const l = [...Array(props.game.live).fill('🟥'), ...Array(props.game.blank).fill('🟦')];
|
||||||
shuffle(l);
|
shuffle(l);
|
||||||
console.log('compute shell list', props.game, l)
|
|
||||||
return [...l, ...Array(8 - props.game.live - props.game.blank).fill('⬛')];
|
return [...l, ...Array(8 - props.game.live - props.game.blank).fill('⬛')];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user