Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 784 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 784 Bytes

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