From 5e83230768a8d55129dc6989202c0a55fbc75e6a Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Sun, 16 Feb 2025 22:40:33 +0100 Subject: [PATCH] randomise cube, and separate out setup function --- index.html | 3 +-- script/{run.ts => cube.ts} | 46 +++++++++++++++++++++++--------------- script/cube_setup.ts | 7 ++++++ script/shuffle.ts | 10 +++------ 4 files changed, 39 insertions(+), 27 deletions(-) rename script/{run.ts => cube.ts} (92%) create mode 100644 script/cube_setup.ts diff --git a/index.html b/index.html index 169d0b3..619900e 100644 --- a/index.html +++ b/index.html @@ -29,8 +29,7 @@ - - +