forked from shanselman/babysmash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Brought over a couple more of my old BabySmash mods.
* Hardware effects option was implemented; the options checkbox for it is no longer grayed out. * Words! When a typed sequence of letters completes a recognized word, the letters will each animate into position to form the word, and the last synthesized speech will be of the word rather than the last-typed letter. This may breath a little more life into the app, when the child is starting to read and write; allowing them to explore keys and find words. The starting dictionary just demonstrates the feature, and ought to be replaced with a longer one, or the WordFinder class could be modified to use the OS dictionary, etc. Extensions should think on how to handle rude words that we don't want to teach here, and avoid obscure words that aren't commonly used, etc.
- Loading branch information
1 parent
e7f6a0e
commit 50b816a
Showing
10 changed files
with
326 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.