(這裡是英文介紹,中文請往下滑) Pixel physics engine! Flowing water, sand, soil, fire, and more! GO TO THIS LINK: https://turbowarp.org/504794844 to get about 20x speed. Drawing in the white area. The buttons in the left area, from top to bottom, are: Brush width, Brush mode, Brush type (There are two pages, click the small triangle to go to the next page!) Running speed: pause(click again to step one frame in the selected state), deceleration (0.2x), original speed, acceleration (3x) Clear the drawing area (need to confirm) Change the size of the drawing area: 30x30, 40x40, 90x90, 120x120 (will clear the drawing area at the same time, need to confirm) Have fun exploring the interactions between the different blocks! Holding the D key to enter the debug mode, displays the fluid's moving direction (darker right, lighter left, used to speed up the flowing speed), the content of clone blocks, etc. Due to the difficulty of implementation, the connecting pipe principle and siphon phenomenon are not currently supported. - - - - - - - - - - 中文介紹 - - - - - - - - - - 像素物理引擎! 可以流動的水、沙、土、火,和更多! 轉往以下網址: https://turbowarp.org/504794844 以獲得大約20x的加速 在右邊白色區域繪圖 左邊區域的按鈕由上而下是: 畫筆寬度 畫筆模式 畫筆種類 (有兩頁,按右邊的小三角形前往下一頁!) 運行速度:暫停(選取的狀態下再點一次可步進一幀)、減速(0.2x)、原速、加速(3x) 清空繪圖區域 (需要點確認) 改變繪圖區域大小:30x30、40x40、90x90、120x120 (會同時清空繪圖區域,需要點確認) 盡情探索不同方塊之間的交互作用吧! 按著D鍵進入debug模式,顯示流體的移動方向(深色向右,淺色向左)、複製方塊的複製內容等 由於實作難度,目前不支援連通管原理以及虹吸現象 #遊戲 (這算嗎?) #模擬 #game (does this count?) #simulation
Inspired by Griffpatch's "Sand and Water" https://scratch.mit.edu/projects/206806888 - - - - - - - - - - Change Log - - - - - - - - - - v1.1.1 - 2025-03-02 ● Cloner will replace the surrounding pixels even if they are not air. ● Brush mode will reset to default when brush type is changed. v1.1 - 2024-05-02 ● Change the title from "Pixel Physics Engine" to "Pixel Physics Sandbox". v1.0.1 - 2024-04-02 ● Change some button's names. // I decide to make a change log at this point, so everything below came from my memory. v1.0 - 2023-??-?? ● Add English translation. v0.2 - 2023-??-?? ● Add some more elements (second page). v0.1 - 2022-??-?? ● This project was created.