https://github.com/panicbit/ttp_puzzle_solver
https://github.com/panicbit/ttp_puzzle_solver
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/panicbit/ttp_puzzle_solver
- Owner: panicbit
- Created: 2024-08-17T03:51:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-30T06:01:52.000Z (about 1 year ago)
- Last Synced: 2025-05-30T07:50:36.008Z (about 1 year ago)
- Language: Rust
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Talos Principle Puzzle Solver
This tool is a (hastily written) solver for sigil puzzles from the games ["The Talos Principle"](https://store.steampowered.com/app/257510/The_Talos_Principle/) and ["Sigils of Elohim"](https://store.steampowered.com/app/321480/Sigils_of_Elohim/).

# Build requirements
- Rust (https://rustup.rs/)
# Build & Install
- `cargo install --git https://github.com/panicbit/ttp_puzzle_solver`
# Help
```
Usage: ttp_puzzle_solver [OPTIONS]
Arguments:
Options:
-s, --square [default: 0]
-i, --line [default: 0]
-z, --z [default: 0]
--rz [default: 0]
-l, --l [default: 0]
--rl [default: 0]
-t, --t [default: 0]
-h, --help Print help
```