Tak Sinn
sinn@wolf.cs.washington.edu

---

Domain: Typing

---

This domain teaches people how to type using their fingers.
In the real world, it is just like a typing lesson. It will show 
the movement of the fingers in order to type the key. There are 26
alphabets a to z and uppercase and lowercase. Due to time contraints,
I haven't implement the number keys and some special symbols.
Prodigy can solve typing sequence required by the goal state.
Later on if there is time, control key and other special key 
require special operators will be implemented.

---

Time: 30 hours. Actually it takes more time to debug than the problem
      itself. At first, there are 11 operators, but I optimized it
      to use 6 now and a lot of functions.

---

Haven't looked at all domains in the Prodigy, but my domain is very
similar to hanoi and blockworld, moving fingers around the keyboard.

In hanoi, a single operator is used to move a disk from
one peg to another. 
In typing, a single operator type-using is use to type a key
using hand, finger. 
Both hanoi and typing will binded the required variable. In case
of typing, finger, hand will be binded in order to type the key.
In hanoi, the disk is binded

---

Ideas is just like hanoi or robot. Moving something around to a particular
places.

---

