Skip to content

datag/tilewordquiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TileWordQuiz

TileWordQuiz is a simple kids quiz for finding the matching tile for a (German) word.

The word is displayed with a "Grundschrift" font that is easy to read for learners.

There are currently 3 question types:

  1. Emoji/Symbol: Tiles with symbols/pictograms/smileys
  2. Alphanumeric: Tiles with digits, letters or characters to be display in the Grundschrift font
  3. Color: Tiles with a color as the background

There's optional support for generating the questions by AI, which requires an OpenAI API key.

Demo

Try it out

Building

cargo tauri dev
cargo tauri android dev
cargo tauri android build --target=aarch64
apksigner sign --min-sdk-version 34 --ks /path/to/store.keystore --ks-key-alias alias --in "/path/to/release.aab" --out "/path/to/release-signed.aab"

Re-init Android:

cargo tauri android init
cargo tauri icon src/assets/images/logo.svg

Credits

Base application

Tauri 2

Frontend libraries

Used font "Grundschrift (beta)"

Copyright 2011 Grundschulverband e.V. und Wissenschaftliche Einrichtung der Laborschule Bielefeld

See https://grundschulverband.de/grundschrift/

Used sounds