diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 78b757b..c1f86ba 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -26,25 +26,8 @@ - - - - - - - - - - - - - - - - - - + + - - + - - - - - - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..fc87a54 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Somaesque +A visual editor and solver for soma cube style puzzles. + +Try it out: https://djledda.de/somaesque diff --git a/src/stores/PolycubeStore.ts b/src/stores/PolycubeStore.ts index 2bf8ba2..20e817a 100644 --- a/src/stores/PolycubeStore.ts +++ b/src/stores/PolycubeStore.ts @@ -19,7 +19,6 @@ export default class PolycubeStore { this.dimX.subscribe(() => this.reset()); this.dimY.subscribe(() => this.reset()); this.dimZ.subscribe(() => this.reset()); - } private freshCube(id: number) {