Reblogged by technomancy@icosahedron.website ("tech? no! man, see..."):
benthor@chaos.social wrote:
Attachments:
- TIC80 executing the following code ;; script:fennel (var R math.random) (fn _G.TIC [] (for [i 1 2999] (match ((fn [r] (for [j -3 3] (for [i -3 3] (if (= 0 (pix (+ r.x i) (+ r.y j))) (set r.c (+ 1 r.c))))) r) {:x (R 238) :y (R 134) :c 0}) {: x : y : c} (if (> c 23) (pix x y c) (pix x y 0))))) (remote)