Skip to content

gaurav05-coder/Binary_Math_Rush

Repository files navigation

Dual Digits Dash Screenshot

Dual Digits Dash

A fast-paced math challenge game that tests your calculation speed with simple numbers!

🎮 Game Description

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.

🎯 How to Play

  1. 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!
  2. 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
  3. Scoring:

    • Each correct answer = 1 point
    • Beat your high score to set a new record!
    • High scores are saved between games

🚀 Getting Started

  1. Prerequisites:

    • Node.js (v14 or later)
    • npm (comes with Node.js)
  2. Installation:

    # Clone the repository
    git clone [your-repo-url]
    
    # Navigate to the project directory
    cd dual-digits-dash
    
    # Install dependencies
    npm install
  3. Running the Game:

    # Start the development server
    npm run dev

    Open your browser and navigate to the local development server (usually http://localhost:5173)

  4. Build for Production:

    npm run build

🎯 Tips

  • Focus on speed and accuracy
  • Watch the timer bar - it shows how much time you have left
  • Try to beat your high score!

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published