A math game for kids featuring addition, subtraction, multiplication, and division across 4 worlds with 40 levels.
Visit flashycards.org
# Install dependencies
poetry install
# Run checks (linting, type checking, tests)
poetry run python scripts/check.py
# Run with E2E tests
poetry run python scripts/check.py --e2eMIT