erynwells.me/content/blog/2024/rubiks-scrambler.md
Eryn Wells 122e55b1fa blog: Rubiks' Cube Scrambler post
Implement the rubiks-cube-scrambler custom element, including JS and template
files. Put these things in the body-extras.html partial that the termlite theme
added.

resource-builders: Update submodule commit
termlite: Update submodule commit
2024-11-13 17:06:01 -08:00

914 B
Raw Permalink Blame History

title date tags
Rubik's Cube Scrambler 2024-11-13T15:34:22-08:00
Tech
Puzzles
Rubik's Cube
HTML
JavaScript
CSS
Web Components

Here's a silly thing I made while I was home sick today. It's a widget that produces a randomized pattern of moves to scramble a 3×3 Rubik's Cube.

{{< rubiks/scrambler >}}

This thing is a Web Component. The interactive logic lives inside a custom HTMLElement, and the content and styling are specified inside a <template> element.