MCPcopy
hub / github.com/Vishal-raj-1/Awesome-JavaScript-Projects / 15puzzle.js

File 15puzzle.js

assets/js/15puzzle.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class Box {
2 constructor(x, y) {
3 this.x = x;
4 this.y = y;

Callers

nothing calls this directly

Calls 1

readyMethod · 0.45

Tested by

no test coverage detected