From cca141698959c8fb6242ab8d096b01d3ad759fb7 Mon Sep 17 00:00:00 2001 From: Steven Schronk Date: Wed, 13 Apr 2011 11:02:36 -0500 Subject: [PATCH] Setup of model view and controller. User interface now driven by model stored in JavaScript. --- TODO | 2 + digital_logic_simulator.html | 156 ++++++++++++++++++++++++++++++------------- 2 files changed, 112 insertions(+), 46 deletions(-) diff --git a/TODO b/TODO index fff0df3..1760ace 100644 --- a/TODO +++ b/TODO @@ -10,6 +10,8 @@ Save stage to cookie in browser. Align grid with gates. +Option to write gate names as a hint. + --------------------------TURING TARPIT SIMULATOR------------------------------ diff --git a/digital_logic_simulator.html b/digital_logic_simulator.html index 2fbc547..cb676a4 100644 --- a/digital_logic_simulator.html +++ b/digital_logic_simulator.html @@ -1,38 +1,32 @@ Digital Logic Simulator -- 2.11.4.GIT