Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anibulus/fallout-puzzle
It's a short code to resolve a puzzle on Fallout when need to get a password and it only returns as many letters are in the correct position.
https://github.com/anibulus/fallout-puzzle
puzzle-solver python python-3
Last synced: 1 day ago
JSON representation
It's a short code to resolve a puzzle on Fallout when need to get a password and it only returns as many letters are in the correct position.
- Host: GitHub
- URL: https://github.com/anibulus/fallout-puzzle
- Owner: Anibulus
- Created: 2021-10-17T05:41:37.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-17T05:57:23.000Z (about 3 years ago)
- Last Synced: 2023-10-04T18:07:23.082Z (about 1 year ago)
- Topics: puzzle-solver, python, python-3
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository is a simple Python code that resolves a puzzle from Fallout.
When you need to know a secret word and the game only returns how many characters are correct and in the position that the secret word have ordered its letters.
The code has 3 steps to resolve the puzzle.
1. Add all the posible words that you have
1. Write the word you choose on your attempt
1. Type the coincidences that to get closer at the secret wordThen repeat as many times as you need.