Skip to content

AceCentre/morse-learn

 
 

Repository files navigation

Morse Typing Trainer

This is a fork of the original Google/Tania Finlayson Morse code trainer. Adapted to help people with a visual impairment - but also because many people prefer Auditory Mnemoics better than visual ones for learning morse code.

Main differences:

  • Uses auditory cues - for correct/wrong and auditory mnemoic hints
  • Fixes a lot of problems with the original about not running in different browsers. The demo didn't reliably detect browsers/platforms.

Use with a dot and dash keyboard keys - or map switches to these keys

Learn More at g.co/morse.
Built using Phaser.js.

Usage

npm install; // install dependencies
npm run start; // start the local webserver
npm install && npm rebuild node-sass && npm run browserify && npm run sass
; // run for production

Contributors

Originally made by Tania Finlayson and Use All Five with friends at the Google Creative Lab in collaboration. This fork was made by the Ace Centre. Matthew Wade, Actor & Voice over artist, Kindly created the "soundsalike" sounds.

This is not an officially supported Google product.

License

Copyright 2018 Google Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Final Thoughts

We encourage open sourcing projects as a way of learning from each other. Please respect our and other creators’ rights, including copyright and trademark rights when present, when sharing these works and creating derivative work.

If you want more info on Google's policy, you can find that here.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.5%
  • HTML 6.5%
  • SCSS 6.5%
  • Shell 0.5%