An open API service indexing awesome lists of open source software.

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.

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
```