diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-25 12:11:34 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-25 12:11:34 +0200 |
| commit | 238702e7dd860af59d22f33cbfe163f28c3beb4e (patch) | |
| tree | 577adc495c4e5284f357e44e2877e8c848d79a24 /web/examples | |
| parent | e1690a427040f710de5643643d7c6226c1b2364f (diff) | |
| download | nissy-core-238702e7dd860af59d22f33cbfe163f28c3beb4e.tar.gz nissy-core-238702e7dd860af59d22f33cbfe163f28c3beb4e.zip | |
Cleanup
Diffstat (limited to 'web/examples')
| -rw-r--r-- | web/examples/solve.mjs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/web/examples/solve.mjs b/web/examples/solve.mjs deleted file mode 100644 index 8ff59c0..0000000 --- a/web/examples/solve.mjs +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | import Nissy from '../nissy_web_module.mjs' | ||
| 2 | |||
| 3 | const nissy = await Nissy(); | ||
| 4 | |||
| 5 | var log = process.stdout.write.bind(process.stdout); | ||
| 6 | //var log = console.log | ||
| 7 | nissy.setLogger(nissy._addCallbackFunction(log)) | ||
| 8 | |||
| 9 | var cube = new nissy.Cube(); | ||
| 10 | cube.move('R\' U\' F'); | ||
| 11 | |||
| 12 | nissy.solve('h48h0k4', cube, nissy.NissFlag.normal, 0, 8, 2, 99, 4, -1); | ||
