The python implementation for Keep Talking and Nobody Explodes Game It will be designed to handle both vanilla and mod modules!
You can start the solver by running
python main.py
Happy solving!
PRs are welcome! Look for unimplemented modules in the modules
folder and start creating!
You can refer the bomb defusal manual to create your own module solver.
For modded modules, you can refer to the Repository of Manual Pages.
All modules must be implemented in modules
folder.
Please include the unit test file in your modules to ensure that your modules are working properly! You can learn more about unit testing in This python docs