This project is a real-life adaptation of the game "Keep Talking and Nobody Explodes.". Modules may use Arduino or different microcontrollers, with each module documented in its own directory.
- Real-life bomb-defusal gameplay
- Advanced component system
- Arduino IDE
- TFT_eSPI library (included in lib/)
git clone https://github.com/ctrl-team/ktane-irl.git
cd ktane-irlTFT_eSPI requires a proper User_Setup_Select.h configuration. Users must manually edit:
TFT_eSPI/User_Setup_Select.hfor main timer board
#include "User_Setups/Setup304_RP2040_ILI9341_Waveshare_2_4"for button module
#include <User_Setups/Setup305_RP2040_GC9A01.h>This project is licensed under GNU General Public License v3.0. See the LICENSE file for details.
Feel free to submit pull requests or open issues for bug reports and feature requests.