https://github.com/vmchale/tibetan-typing
An Elm app that teaches typing for Tibetan and Dzongkha.
https://github.com/vmchale/tibetan-typing
Last synced: 22 days ago
JSON representation
An Elm app that teaches typing for Tibetan and Dzongkha.
- Host: GitHub
- URL: https://github.com/vmchale/tibetan-typing
- Owner: vmchale
- License: bsd-3-clause
- Created: 2017-07-16T06:58:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T04:43:23.000Z (about 8 years ago)
- Last Synced: 2025-02-25T23:17:11.122Z (over 1 year ago)
- Language: Elm
- Size: 220 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Elm typing game
[](https://travis-ci.org/vmchale/tibetan-tutor)
This is an elm app I wrote trains your ability to type. It was inspired
by a [similar project](https://github.com/hoelzro/elm-typing-tutor) for Russian,
but it implements several special features for subjoined & superscript
consonants and thus was rewritten from scratch.
While it is not the first such program, it has a far more modern design than a
[2013 project](http://ieeexplore.ieee.org/document/6743395/?reload=true)
using flash.
Currently, it is a work in progress. While the implementation is sound, the
sample sentences still need refinement.
## Use
You can try it out yourself [here](http://vmchale.com/static/typing-tutor/index.html).
## Building it
The easiest way to build the project is to first install the [elm
platform](https://guide.elm-lang.org/install.html). Then:
```bash
$ elm-make src/main.elm
```