Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorWade Brainerd <wadetb@gmail.com>2009-01-04 03:58:50 (GMT)
committer Wade Brainerd <wadetb@gmail.com>2009-01-04 03:58:50 (GMT)
commit374a7e1c99a527259970c527433aaf4a135c0321 (patch)
tree180fe0b37952557d589bf088d42f9e9e8e59aeb6 /TODO
parent23305d2160bca5b8d4cfecaf3c26c6b24f5cc2e7 (diff)
Update TODO list.
Diffstat (limited to 'TODO')
-rw-r--r--TODO20
1 files changed, 13 insertions, 7 deletions
diff --git a/TODO b/TODO
index 4bba058..9990b87 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,15 @@
-CodeRing
+Math
-Future
-+ Add a decoder screen! Basically an assistant worksheet and calculator for decrypting the text based on letter frequency ananalysis.
- + Text boxes for coded text, plain text and a dictionary.
- + Show frequency of each scrambled letter in the decoded text.
- + Show frequency of each real letter in the dictionary text.
- + Allow individually assigning real letters to scrambled letters.
+General
++ Improve Move+Rotate interface.
++ Allow Drag & Drop via keyboard.
++ Generalize boundary area (constants used in snap_to_grid).
++ Add sound effects.
++ Add Z order capability.
+Compare3 Lesson
++ Make incorrect symbols disappear when correct one is dropped.
++ Add instructional text. InstructionsObject class?
++ Add multiple problems, advancing from problem to problem.
++ Add a lesson progress display. ProgressObject?
++ Display intersection between Shapes in a different color. IntersectionObject maybe?