Skip to content

Handwriting text recognition (using reverse engineered Google Translate API) made into a game with a simple SRS (spaced repetition system) algorithm.

Notifications You must be signed in to change notification settings

ChrisVilches/Handwriting-Game

Repository files navigation

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

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.

npm run package-linux
npm run package-win

About

Handwriting text recognition (using reverse engineered Google Translate API) made into a game with a simple SRS (spaced repetition system) algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published