Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 word

Then repeat as many times as you need.