Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
class
Box {
2
constructor(x, y) {
3
this.x = x;
4
this.y = y;
Callers
nothing calls this directly
Calls
1
ready
Method · 0.45
Tested by
no test coverage detected