From d0863cbc9e6276776eecfbdab3f95e3bf33cfeef Mon Sep 17 00:00:00 2001 From: Charlie Stanton Date: Mon, 7 Apr 2025 18:53:49 +0100 Subject: polish --- src/index.html.in | 105 +++++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 97 insertions(+), 8 deletions(-) (limited to 'src/index.html.in') diff --git a/src/index.html.in b/src/index.html.in index 46d39e4..5414f09 100644 --- a/src/index.html.in +++ b/src/index.html.in @@ -11,9 +11,9 @@ html, body { overflow: hidden; text-align: center; width: 100%; + color: white; } h1 { - color: white; margin: 0; } button { @@ -22,9 +22,84 @@ button { margin: 0.3em; width: 25%; } + +canvas { + margin: auto; +} - +
+

Depths of the Mind

+ +

+ The mind is an intricate thing, with many tiny components working together + in perfect harmony... Until something came in and messed everything up! +

+ +

+ If you want to set all the pieces of the mind right, you'll need to know how + it works! +

+ + + +

+ The structure of the brain consists of black blocks filling a white void. +

+ + + +

+ Black blocks will turn red when clicked (if you have red in your inventory on the left). + While the brain is running, black blocks next to red blocks will turn red! + Red blocks will eventually tire to yellow, and then back to black. They don't stay red very long! + This is what allows the brain to send signals along a series of black blocks. + Yellow blocks can be placed with a right click on a black block (if you have one in your inventory) +

+ + + +

+ Sometimes, only one side of a block turns red. + When this happens, it will try to move in that direction (and leave a yellow behind it) + but if it cannot it will turn clockwise and try again. +

+ + + + + +

+ Blue blocks need to be moved around to keep things running smoothly! + When a blue block is touched by a single red block, it will start rolling + away from it. + Each level has a goal in faint red which needs at least one blue block to be delivered to it. + Some levels will also have faint blue areas that create new blue blocks for you! +

+ + + +

+ Finally, if a blue block touches a red block while in motion it will be cloned! + One will be left behind and the other will continue. +

+ + +
+ +