From ca3e82aa4b42aa62be336d77e1a72657eafc7239 Mon Sep 17 00:00:00 2001 From: slweeb <91897291+slweeb@users.noreply.github.com> Date: Thu, 23 Dec 2021 00:21:51 -0500 Subject: [PATCH] moved game to repo --- changelog.txt | 49 + controls.txt | 26 + index.html | 2650 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 2725 insertions(+) create mode 100644 changelog.txt create mode 100644 controls.txt create mode 100644 index.html diff --git a/changelog.txt b/changelog.txt new file mode 100644 index 00000000..20c84d5b --- /dev/null +++ b/changelog.txt @@ -0,0 +1,49 @@ +[Version 0.5.2 - December 22, 2021] + + Antimatter + + Acid Cloud + + Acid Gas + + Bees + + Rats + + Rotten Meat + + Plague, spawns from Rats and Rotten Meat, kills some animals + + Plastic, Dioxin, Beads + + Epsom Salt + + Potassium Salt + + Mycelium, obtained from hyphae converting dirt + ~ Hyphae spreads more naturally + + Mushrooms can spread and multiply via hyphae + + All molten elements now spawn fire like magma + ~ Fixed: NaN fire temperatures + +[Version 0.5.1 - December 22, 2021] + + Erase tool + + Pick tool (Middle click works too) + + Press E to select an element by name + + Press > to forward by one frame + + Changelog and controls link + ~ Shift + Heat/Cool is twice as fast as before + ~ Fixed: Placing continues after hovering outside of game + ~ Fixed: Cursor doesn't follow mouse after hovering outside of game + ~ Fixed: Element select button doesn't deselect previous element + ~ Fixed: Arrow buttons can set the cursor size to negatives + ~ Fixed: Virus spreads fire infinitely + ~ Fixed: Shift icon [⬆ ] doesn't show when hovering outside of game + ~ Fixed: Console error sometimes when page loads + +[Version 0.5 - December 21, 2021] + + New name: Sandboxels (Sandbox + Pixels) + + Mushrooms + + Mushroom Spore grows a mushroom + + Mushroom Stalk makes up the stem + + Mushroom gill creates the cap + + Mushroom Cap + + Hyphae grows underneath the mushroom in dirt + + Permafrost + + Chocolate & Chocolate Syrup + + Cheese + + Fireflies + + Fireballs + + Frozen Meat + + Frozen Frogs + ~ Heat & Cool tools look more natural + ~ Gravel can now melt diff --git a/controls.txt b/controls.txt new file mode 100644 index 00000000..07e80978 --- /dev/null +++ b/controls.txt @@ -0,0 +1,26 @@ +[Sandboxels Controls] + Left Click = Place Pixels + Right Click = Erase Pixels + Middle Click = Pick Element + Spacebar or P = Pause Simulation + Shift + Heat = Intense Heating + Shift + Cool = Intense Cooling + - or [ = Decrease Cursor Size + + or ] = Increase Cursor Size + Shift + - = Set Cursor Size to 1 + Shift + + = Increase Cursor Size + E = Element Selection + > = Step + +(Alt/Option can be used in place of Shift) + +[Button Info] + Pause = Pause/play the simulation + Step = Run a single frame + Up Arrow = Increase the cursor size + Down Arrow = Increase the cursor size + Reset = Clears the entire simulation + Replace = Overrides pixels when placing + E = Select any element by name + TPS = Change how fast the simulation runs + Hide = Run the simulation without updating the display \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 00000000..ab7e818b --- /dev/null +++ b/index.html @@ -0,0 +1,2650 @@ + + +
+ +