https://github.com/a1exsh/webgl-demo
Solve a puzzle and visualize it
https://github.com/a1exsh/webgl-demo
puzzle solving webgl
Last synced: 9 months ago
JSON representation
Solve a puzzle and visualize it
- Host: GitHub
- URL: https://github.com/a1exsh/webgl-demo
- Owner: a1exsh
- Created: 2020-11-28T20:32:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T07:42:03.000Z (over 1 year ago)
- Last Synced: 2025-01-14T08:51:57.285Z (about 1 year ago)
- Topics: puzzle, solving, webgl
- Language: JavaScript
- Homepage: https://a1exsh.github.io/webgl-demo/WebGL_Cube.html
- Size: 196 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webgl-demo
Find solutions to put together a 3x3 cube puzzle out of 7 pieces of distinct
shapes:

## Live demo
[Click here for the demo](https://a1exsh.github.io/webgl-demo/WebGL_Cube.html)

## Running locally
```{.sh}
$ google-chrome --allow-file-access-from-files ./WebGL_Cube.html
```