Skip to content
/ defuse Public

An interactive terminal program to defuse bombs (in Keep Talking and Nobody Explodes)

License

Notifications You must be signed in to change notification settings

ngc7293/defuse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Defuse

Defuse is a small command-line executable to "help" resolve Keep Talking and Nobody Explodes bomb modules. There are probably many like it, but this one is mine.

Is this cheating?

I don't think so. I you think so just don't use it I guess. I especially don't consider it cheating for personal use because it is a product of my own cognitive work, but I also like sharing code so yeah.

Is this copyright infringement?

I assume not since it is based on the publicly available bomb defusal manual.

Requirements

  • CMake 3.13+
  • Ninja (Optionnal)
  • pthread

Current implemented only works on Unix (includes unistd.h and termios.h)

Building

mkdir build; cd build;
cmake .. -G Ninja

About

An interactive terminal program to defuse bombs (in Keep Talking and Nobody Explodes)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published