From eb7da883997f4ae3bb5baa7875d94d37a6c14f1d Mon Sep 17 00:00:00 2001 From: Patrick Kingston Date: Sat, 14 Feb 2026 18:17:50 -0500 Subject: Create Elementary cellular automata Cellular automata now makes a new row every frame and resets at the top. --- bb.edn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bb.edn') diff --git a/bb.edn b/bb.edn index 2411642..7fbc336 100644 --- a/bb.edn +++ b/bb.edn @@ -2,7 +2,9 @@ :tasks {build {:doc "Builds the nesfab project" - :task (shell "../nesfab/nesfab nEs.cfg")} + :task (do + (shell "rm nEslabels.mlb") + (shell "../nesfab/nesfab nEs.cfg"))} watch {:doc "Automatically build the nesfab project on file writes" :requires ([pod.babashka.fswatcher :as fw]) -- cgit v1.2.3