Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 519 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 519 Bytes

Advent of Code Visualisations

2014 Day 14 part 2

Put your input in resources/public/assets/inputs/day14.txt.

Tweak values core.cljs to pick some frames before your solution (8270 was mine).

(def step-size 0.1)
(def start-n 8269)
(def end-n 8270)
(def frame-time 500)

Replicant makes it easy to have mount/unmount styles (via :replicant/mounting and :replicant/unmounting) for the robots to keep animations smooth.

run it

clojure -M:fig