ratamath 0.1.1

A simple math training TUI game built with Ratatui( not final version)
1
2
3
4
5
6
7
8
9
10
# Notice: If you’ve stumbled upon this, please be aware that this is currently a non-functional version—I simply haven't gotten around to transferring it to my other computer yet. I will finish it later. You can try it out, but I cannot guarantee its functionality

## Bugs discovered post-publication

1. Division is not functioning correctly.
2. The `has_point` and `has_minus` flags are not being reset after an answer is submitted.

## TODO

* Add guides on how to solve problems more easily, and implement more precise configuration options for the number range.