Dual Digits Dash is an exciting math game where you solve expressions using only the numbers 1 and 2 with addition and subtraction. The game gets progressively harder as you advance through levels, with longer expressions and faster timers.
-
Game Objective:
- Solve as many math expressions as you can before time runs out!
- Each correct answer increases your score and advances you to the next level.
- The game gets harder with each level - expressions get longer!
-
Rules:
- Only numbers 1 and 2 are used in expressions
- Only addition (+) and subtraction (-) operations are used
- Each level increases the number of terms in the expression
- You have limited time to answer each question
- Game ends if you answer incorrectly or time runs out
-
Scoring:
- Each correct answer = 1 point
- Beat your high score to set a new record!
- High scores are saved between games
-
Prerequisites:
- Node.js (v14 or later)
- npm (comes with Node.js)
-
Installation:
# Clone the repository git clone [your-repo-url] # Navigate to the project directory cd dual-digits-dash # Install dependencies npm install
-
Running the Game:
# Start the development server npm run dev
Open your browser and navigate to the local development server (usually http://localhost:5173)
-
Build for Production:
npm run build
- Focus on speed and accuracy
- Watch the timer bar - it shows how much time you have left
- Try to beat your high score!