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
914 B
914 B
title | date | tags | |||||||
---|---|---|---|---|---|---|---|---|---|
Rubik's Cube Scrambler | 2024-11-13T15:34:22-08:00 |
|
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.
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.