In-browser falling-sand simulation game with over 500 elements and thousands of reactions.
Go to file
Laetitia (O-01-67) f690d8e21f
Prevent deletePixel splicing of index -1 as a cause of ghost pixels
when this happens, pixels are "deleted" starting from the newest pixel created and become ghost pixels present in pixelMap but not currentPixels (in worldgen worlds, this manifests as the pixels disappearing from the upwards and leftwards from the bottom right)
2022-12-13 12:14:56 -05:00
fonts self-hosting font 2022-04-14 16:23:34 -04:00
icons 1.5.1 2022-04-19 20:03:11 -04:00
mods more code 2022-12-13 10:17:12 -05:00
scripts/im2elements Nv7 mod & Image generator 2022-01-21 23:34:40 -08:00
.replit switched most of the css to a css file instead of a <style> tag 2022-02-27 23:48:44 +00:00
404.html v1.6.1 2022-05-17 17:25:34 -04:00
CNAME Create CNAME 2021-12-23 00:10:33 -05:00
README.md Update README.md 2021-12-23 00:56:59 -05:00
ad.html switched most of the css to a css file instead of a <style> tag 2022-02-27 23:48:44 +00:00
changelog.txt 1.6.5 2022-11-16 19:18:57 -05:00
controls.txt 1.5.1 2022-04-19 20:03:11 -04:00
feed.rss Create feed.rss 2022-06-01 20:56:01 -04:00
index.html Prevent deletePixel splicing of index -1 as a cause of ghost pixels 2022-12-13 12:14:56 -05:00
lite.html Update lite.html 2022-09-29 21:27:07 +03:00
manifest.json service worker 2022-01-09 21:11:19 -05:00
offline.html 0.8.1 - PWA and favicons 2022-01-06 12:52:46 -05:00
sitemap.txt add lite to sitemap 2022-11-18 16:37:26 -05:00
style.css goog 2022-11-23 20:42:14 -05:00

README.md

Sandboxels

A falling sand simulation game.

Play at Sandboxels.R74n.com.

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