Educational mathematics games for children.
Currently, the library is in the early stage of development and only includes a few games:
Given a random number (between 1 and 359), the player has to create an angle with the given number of degrees. Can also be played in "radians" mode.
Given a random fraction the player has to fill the rectangle to the correct level.
npm install prettymath-games
import { AngleEstimationGame, FractionEstimationGame } from 'prettymath-games';
<AngleEstimationGame />
<FractionEstimationGame />
This project is licensed under the MIT License. See the LICENSE file for details.