This project includes three fun and educational math games implemented in Python:
- Randomly places red dots on a grid.
- You must guess the (x, y) coordinates.
- Solves one-step and two-step algebra problems.
- Difficulty can be set to
easyorhard.
- A wall appears at a random location and height.
- Adjust parameters
a,b, andcof a parabola to clear the wall using sliders.
matplotlibipywidgetsnumpy
Install via:
pip install matplotlib ipywidgets numpy