NorgCloud
A hobby project by Henry Schy.
My Projects
Here are some of my projects.
Math Trainer
MathTrainer is a command line application that helps you to practice mental arithmetic.
Math Trainer is written entirely in Rust. I developed it to practice the basics in Rust and of course to practice math.
user@host:~ $ mathtrainer
NorgCloud Math Trainer v2.1.0 Copyright (C) 2025 Henry Schynol
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it under the conditions of the GPL version 3 or later.
Training Times Tables from 1 - 12
Do you want to include addition(+)? (Yes/No) yes
Do you want to include subtraction(-)? (Yes/No) yes
Do you want to include multiplication(·)? (Yes/No) yes
Do you want to include division(÷)? (Yes/No) yes
Do you want to include modulo(%)? (Yes/No) yes
Do you want to include the 1-Table? (Yes/No) no
[info] You can always exit the game by entering 'exit'.
[info] When solving modulo-puzzles, you can enter '?' To get some help.
[Score: 0] 179 + 216 = 395
[Score: 1] 212 - 32 = 280
[Score: 1] 4 · 8 = 32
[Score: 2] 4 ÷ 2 = 2
[Score: 3] 47 mod 4 = what?
Invalid Input!
[Score: 3] 179 + 197 = |
Notes
Work in Progress...