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.
- 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.
This project uses Vite as the build tool. Follow these steps to get started:
-
Clone the repository:
git clone https://github.com/yourusername/number-sums-solver.git cd number-sums-solver
-
Install dependencies:
yarn
-
Start the development server:
yarn dev
After starting the development server, open your browser and navigate to http://localhost:5173
to use the Number Sums Solver.
This project is licensed under the MIT License.