From: Brendan Hansen Date: Fri, 7 May 2021 15:41:21 +0000 (-0500) Subject: added design doc X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=24f007ac5485031bf1974ad77ce95f29e458fc05;p=tower.git added design doc --- 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.