A math puzzle game where you arrange numbers into equation templates to hit target values.
- Practice Mode: Solve puzzles at your own pace
- Rush Mode: Race against the clock (3-min or 5-min challenges)
- Inside ARITHMIX: Explore the math and data structures behind the game.
- You're given a target number and an equation template with operators
- Drag numbers from the bank into the empty slots
- Make the equation equal the target number
- In Rush Mode, solve as many as you can before time runs out!
# Install dependencies
pip install -r requirements.txt
# Run the app
uvicorn app.main:app --reload