https://github.com/catvec/keep-talking-solver
A series of solvers for Keep Talking And Nobody Explodes
https://github.com/catvec/keep-talking-solver
Last synced: 7 months ago
JSON representation
A series of solvers for Keep Talking And Nobody Explodes
- Host: GitHub
- URL: https://github.com/catvec/keep-talking-solver
- Owner: catvec
- License: mit
- Created: 2018-05-29T02:28:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T04:27:49.000Z (about 7 years ago)
- Last Synced: 2025-05-04T01:02:14.626Z (11 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Keep Talking Solver
A series of solvers for Keep Talking and Nobody Explodes.
# Table Of Contents
- [Overview](#overview)
# Overview
This repository contains multiple solvers for the different puzzles found in
the game Keep Talking and Nobody Explodes.
This completely ruins the fun of the game. These solvers were made more for
the fun of solving a few simple programing puzzles.
Each solver works by asking the user for the information available from the
diffuser's point of view. After all relevant information has been entered the
solution will be printed out.
Currently solved:
- Passwords
Run the solver program by executing the `solve.py` file.