Skip to content

olehrechukh/number-sums-solver

Repository files navigation

Number Sums Solver

Number Sums Solver is a solver written in React and TypeScript for the mobile game Number Sums. It leverages four algorithms to solve the game puzzles efficiently.

Key Features

  • Hides grid values that are higher than their corresponding row or column sums.
  • Hides redundant values in rows and columns based on all possible combinations and given sums.
  • Solves all values in rows or columns where the sum matches the given sums.
  • Solves grid values by identifying and solving unique values that satisfy the row or column sums.

Installation

This project uses Vite as the build tool. Follow these steps to get started:

  1. Clone the repository:

    git clone https://github.com/yourusername/number-sums-solver.git
    cd number-sums-solver
  2. Install dependencies:

    yarn
  3. Start the development server:

    yarn dev

Usage

After starting the development server, open your browser and navigate to http://localhost:5173 to use the Number Sums Solver.

License

This project is licensed under the MIT License.

About

Solver for game Number Sums

Resources

Stars

Watchers

Forks