chore: bump version to 0.0.29
All checks were successful
Deploy to Production / deploy (push) Successful in 9s

This commit is contained in:
2026-02-22 20:31:54 +00:00
parent a9881bb5fa
commit a75c148a5b
7 changed files with 104 additions and 119 deletions

View File

@@ -35,6 +35,10 @@ export function useCube() {
worker.postMessage({ type: 'ROTATE_LAYER', payload: { axis, index, direction } });
};
const turn = (move) => {
worker.postMessage({ type: 'TURN', payload: { move } });
};
const validate = () => {
worker.postMessage({ type: 'VALIDATE' });
};
@@ -45,6 +49,7 @@ export function useCube() {
validationResult: computed(() => validationResult.value),
initCube,
rotateLayer,
turn,
validate,
COLORS,
FACES