15-puzzle icon indicating copy to clipboard operation
15-puzzle copied to clipboard

15 puzzle game built with ReactJS & Material-UI

Results 8 15-puzzle issues
Sort by recently updated
recently updated
newest added

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@​lukekarrys, @​joaomoreno, @​nicolo-ribaudo) Changelog Sourced from...

dependencies

On huge displays the tiles are quite small. Introduce a few breakpoints once we have a newer material-ui version.

- Game progress should be saved to LocalStorage - This will allow users to continue the game even if they close their browser/tab - What needs to be saved? -...

- I'm not sure this is possible or not in a browser, much less a mobile one - But if it is possible, then try to solve the board using...

I'm thinking the arrow keys and `wasd` should be used. How I see it: - at any moment, you have two or three tiles that can move, depending on the...

The method of updating CSS `top` and `left` is not sufficiently performant, `translateX` and `translateY` will lead to a much smoother animation.