jako4295 / crabtype

Crabtype is a Rust-based piece of software, which attempts to emulate the experience of unnatural keyboard typing during a typing test, by obtrusively presenting the text prompts and displaying type characters in-place.
GNU General Public License v3.0
0 stars 0 forks source link

Boolean settings are not implemented #15

Closed jako4295 closed 1 day ago

jako4295 commented 3 months ago

None of the boolean settings are implemented yet and therefore do not change anything when toggled in settings.

There needs to be implemented the following functionalities for now:

It is not yet decided if including more characters should imply that all possible characters are drawn uniformly, if there should be a higher chance of getting a standard letter, or if this should be an option in the settings. As a first implementation, it should probably be whatever is the simplest to implement

jako4295 commented 3 months ago

Perhaps add an easter egg if all characters are disabled - maybe something like a pre-determined sentence to type - suggestion: "You thought you could disable all settings and still play? How dumb." Or something else creative.

jmoerk123 commented 2 months ago

Moved the rest to two new issues. The rest is done