- Golang version >= 1.19
git clone https://github.com/Cybergenik/RR-vis && cd RR-vis
- update input.txt file with your input
go run .
- watch the ASCII sand :>
- I bound the grid I generate in ASCII to reduce delay
- Yes, I'm aware of the race condition when drawing the grains
- It's ASCII, and inputs are about 600 in length on the x axis, so you'll need a large display
accepting PRs!