Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 545 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 545 Bytes

Sandbox

Sand Simulator/Cellular Automaton written in Go using Ebiten

Instructions

  1. Clone the project: git clone https://github.com/SnkSynthesis/sandbox
  2. Change directory to sandbox/: cd sandbox/
  3. Run go run sandbox.go or run go build and then ./sandbox

Once window is open one can do the following:

  • [Space] Or [Resizing Window] - Clears all sand
  • [Left-Click] - Places sand
  • [Right-Click] - Removes sand

Enjoy!