From 24f007ac5485031bf1974ad77ce95f29e458fc05 Mon Sep 17 00:00:00 2001 From: Brendan Hansen Date: Fri, 7 May 2021 10:41:21 -0500 Subject: [PATCH] added design doc --- docs/tower_defense | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/tower_defense b/docs/tower_defense index 731316d..6dda2b6 100644 --- a/docs/tower_defense +++ b/docs/tower_defense @@ -15,3 +15,11 @@ Unlock things such as: Programming will be on a SCRATCH like iterface (i.e. no typing the code) Connect logic blocks and sensors More like FRP, but not because no one knows what that is + + + + + +Analog vs Digital Wires? +Should the wires represent a digital (1 or 0) signal, or an analog one (continuous between 0 and 1). +Analog would be more interesting, but more complicated to build things with. -- 2.25.1