----------------------------------
* wordType v02.03.2018.05.29.2005a

Here's the java source code for wordType,
the game of space typing.. or something like that.

The code compiles fine with the Java1.41SDK,
but I haven't tested it under other bytecode compilers.

"javac wordType.java" should compile everything from the command line.
You'll have to change the variable "isOnline" to false in order
to run the game in offline mode on your computer.
I've included an index.htm that can be used with appletviewer.exe
to run the game outside of a browser.

New in the 2018 release: Press space to jump to closest word's row.

------------
* Thanks to:

- Mike Linkovich for the tutorials on his page at
  http://www.spacejack.org/games/dbufanim/
  which helped me get a start on Java graphics programming,
  and also for some useful code, which I've credited to him.

- Todd Cope for testing the game out and giving some useful feedback.

- Having way too much time on my hands to type out the 4500+ word dictionary.

-----------
* Homepage:

http://www.t3-i.com/

-----------------------
* License/restrictions:

None.  Feel free to modify this in any way you wish.
Just drop me a line if you distribute the modifications,
or just put my name somewhere in your readme/code/whatever,
