Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebrovater/calculato_rs
Solver to the "Calculator: The Game" puzzles
https://github.com/sebrovater/calculato_rs
calculator egui rust-lang
Last synced: about 1 month ago
JSON representation
Solver to the "Calculator: The Game" puzzles
- Host: GitHub
- URL: https://github.com/sebrovater/calculato_rs
- Owner: SEBROVATER
- License: gpl-3.0
- Created: 2024-07-31T12:23:47.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-08T09:47:21.000Z (6 months ago)
- Last Synced: 2024-08-09T08:20:52.462Z (6 months ago)
- Topics: calculator, egui, rust-lang
- Language: Rust
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# calculato_rs
Some pet project to find all possible solutions
to the ["Calculator: The Game"](https://store.steampowered.com/app/2508960/Calculator_The_Game/) puzzles.---
**Download** available in [Releases](https://github.com/SEBROVATER/calculato_rs/releases) section.
(You need '**calculato_rs.exe**' file)### Some notes:
- **Level 155** can't be solved because of `31 => 00`.
Couldn't find a good enough solution to account for numbers with leading zeros..
- **Level 174** has an unexpectedly large number of solutions.
- Solutions with buttons that don't change anything are excluded (mostly).### Some hints:
- Numbers can be entered directly or by dragging the mouse left or right.
- `Store` button doesn't work with negative numbers.---
### Short demo:
![calculator_demo.png](calculator_demo.png)