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

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

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.