Skip to content

7Bpencil/drochetype

Repository files navigation

About

Standalone typing test app.
The idea was to combine features I found useful from Typing Practice (keybr.com), Monkeytype, KeyPresso, Ngram Type and exclude ads, personal data collection and server instabilities

Features

  • Words of different rarity (english 200, english 1k, etc)
  • Filter words to include specific letter (to train rare letters like "J" or "Q", or to test how letter swaps in keyboard layout feel)
  • Bigrams and Trigrams
  • Learn letters one by one in your own order and pace (useful for learning touch-typing or new keyboard layouts)
  • Numbers mode
  • Symbols mode
  • WPM/CPM, time and accuracy meters after each test
  • different test sizes: from one line up to full screen

Controls

  • Space to generate new test after completing last one
  • ESC to reset test, ESC again to generate new test
  • Backspace to fix mistakes

Platforms

Technically this is a game build on Godot Engine, so it should run on all platforms supported by Godot.
I provide compiled binary for Windows, users on other platforms can either launch project from Godot Editor or build project themselves

Adding More Languages

Currently supported languages:

  • Numbers
  • Symbols
  • English
  • Russian

Numbers and Symbols languages are hardcoded, others can be added relatively easily by modifying Drochetype/Data/languages.json and providing according data.
Some features require data preprocessing so, to reduce app startup time we cache all needed data beforehand with Drochetype/Scripts/CacheData.gd script.

Build

Requirements: Godot v4.5.beta7 or higher
Check official export guide
Default export template produces unnecessary big binary, its possible to build smaller one with custom template, check these links for more info:

These template parameters should be good enough:
target=template_release debug_symbols=no optimize=size_extra lto=full disable_3d=yes

Copywrite

Drochetype
Copyright (C) 2025 Edward Starkov https://github.com/7Bpencil
Released under the GNU General Public License version 3:

This program is free software: you can redistribute it and/or modify          
it under the terms of the GNU General Public License as published by          
the Free Software Foundation, either version 3 of the License, or          
(at your option) any later version.              

This program is distributed in the hope that it will be useful,          
but WITHOUT ANY WARRANTY; without even the implied warranty of          
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the          
GNU General Public License for more details.               

You should have received a copy of the GNU General Public License          
along with this program. If not, see <https://www.gnu.org/licenses/>.              

Drochetype/Data/english.json
Drochetype/Data/english_1k.json
Drochetype/Data/english_25k.json
Drochetype/Data/english_450k.json
Drochetype/Data/russian.json
Drochetype/Data/russian_1k.json
Drochetype/Data/russian_25k.json
Drochetype/Data/russian_375k.json

Copywrite (C) https://github.com/monkeytypegame
Released under the GNU General Public License version 3.


Drochetype/Fonts/Anonymous_Pro

Copyright (c) 2009, Mark Simonson (http://www.ms-studio.com, mark@marksimonson.com),
with Reserved Font Name Anonymous Pro.

This Font Software is licensed under the SIL Open Font License, Version 1.1.

This license is copied at Drochetype/Fonts/Anonymous_Pro/OFL.txt,
and is also available with a FAQ at: https://openfontlicense.org

About

Standalone typing test that combines features from multiple online tests

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published