Skip to content

Cybergenik/RR-vis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regolith Reservoir

AoC Day14 part 2 Visualizer

visualization

by: Luciano Remes

Requirements:

  • Golang version >= 1.19

Usage:

  1. git clone https://github.com/Cybergenik/RR-vis && cd RR-vis
  2. update input.txt file with your input
  3. go run .
  4. watch the ASCII sand :>

Limitations:

  • 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!

About

Advent of Code day 14 Full ASCII visualizer

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages