added design doc
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 7 May 2021 15:41:21 +0000 (10:41 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Fri, 7 May 2021 15:41:21 +0000 (10:41 -0500)
docs/tower_defense

index 731316df37ebc58c12599a61dee18fc22b7f2844..6dda2b6cc90e14393a9a6c96fb7ccbf892f87292 100644 (file)
@@ -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.