Removed bit flip buttons from interface.
[CS-101.git] / TODO
blobd3b255dcd2794be3875082c11e52c632545db54b
1 --------------------------DIGITAL LOGIC SIMULATOR------------------------------
3 Universal data structure for grid with info about all entities.
5 Globally set look and feel of gates, inputs and outputs.
7 Add ability to pan (zoom?) stage.
9 Save stage to cookie in browser.
11 Align grid with gates.
13 Option to write gate names as a hint.
15 Draw stage needs to completely re-draw all elements
16 beginning with clearing current stage.
20 --------------------------TURING TARPIT SIMULATOR------------------------------
22 Stylesheet does not work properly on Windows Firefox and Internet Explorer
24 Need method to load/save code for later use.
26 Need stop button that works with endless loops. (Could pause program to allow button click?)
28 Add ability to modify memory location at any time.
30 Data Pointer highlights when no change has been made.
32 Step back button not fully implemented.