An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# webgl-demo

Find solutions to put together a 3x3 cube puzzle out of 7 pieces of distinct
shapes:

![Original puzzle pieces](original-pieces.jpg)

## Live demo

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

![Screenshot](screenshot.png)

## Running locally

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