| Crates.io | kidding |
| lib.rs | kidding |
| version | 1.0.0 |
| created_at | 2024-08-24 14:50:35.414364+00 |
| updated_at | 2024-08-24 14:50:35.414364+00 |
| description | an easy to tune program asking Math questions |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1350349 |
| size | 78,861 |
A very simple program asking questions like 35 + 12 = ? in a loop until a predefined goal is reached.
The code is easy to tune and change with the kid, it's a basis for a coding play too.

Clone this repository, go inside:
git clone https://github.com/Canop/kidding
cd kidding
Open the src/main.rs file, try to see where the questions are defined, modify those parts.
You can add or remove question kinds, and change the number ranges for each kind.
I tried to make it obvious and easy to change but don't hesitate to come to my chat if you have any question: https://miaou.dystroy.org/3
Just run cargo run : the program will be recompiled and executed.