https://github.com/chrisvilches/handwriting-game
Handwriting text recognition (using reverse engineered Google Translate API) made into a game with a simple SRS (spaced repetition system) algorithm.
https://github.com/chrisvilches/handwriting-game
electron google-translate-api handwriting-recognition reverse-engineering srs
Last synced: about 1 month ago
JSON representation
Handwriting text recognition (using reverse engineered Google Translate API) made into a game with a simple SRS (spaced repetition system) algorithm.
- Host: GitHub
- URL: https://github.com/chrisvilches/handwriting-game
- Owner: ChrisVilches
- Created: 2017-08-03T08:58:20.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T08:00:51.000Z (almost 8 years ago)
- Last Synced: 2025-01-22T20:29:32.077Z (over 1 year ago)
- Topics: electron, google-translate-api, handwriting-recognition, reverse-engineering, srs
- Language: JavaScript
- Homepage:
- Size: 172 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Handwriting Game
A game where random (user defined) words appear on screen, and you must handwrite them on a canvas.
It uses a spaced repetition algorithm, and it can be used to learn how to write new languages.
## Install
```bash
npm install
bower install
npm run build
npm run test
npm run dev
```
## Build for Windows or Linux
It needs the `electron-packager` package installed globally.
```bash
npm run package-linux
npm run package-win
```