https://github.com/jayx2u/blind-defusal
A two-player, cooperative "bomb defusal" game made during Undercity 2025 @ Github HQ
https://github.com/jayx2u/blind-defusal
circuitpython coop cooperative-game game github hackathon hackclub hardware nextjs tailwindcss
Last synced: 2 months ago
JSON representation
A two-player, cooperative "bomb defusal" game made during Undercity 2025 @ Github HQ
- Host: GitHub
- URL: https://github.com/jayx2u/blind-defusal
- Owner: Jayx2u
- Created: 2025-07-12T15:37:14.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-07-25T21:41:05.000Z (3 months ago)
- Last Synced: 2025-07-26T04:47:12.917Z (3 months ago)
- Topics: circuitpython, coop, cooperative-game, game, github, hackathon, hackclub, hardware, nextjs, tailwindcss
- Language: Python
- Homepage: https://blind-defusal.jayx2u.fyi
- Size: 27.6 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Blind Defusal - The Game
A two-player, cooperative "bomb defusal" game heavily inspired by "Keep Talking and Nobody Explodes"! One player is the `Operator` who has the physical device, and the other is the `Expert` who has the instruction manual but cannot see the device. Their goal is to disarm all the modules on the device before the timer runs out.## How to Play
1. A person picks `Operator` and the other person picks the `Expert.` The `Operator` gets the bomb whilst the `Expert` gets the [manual](https://blind-defusal.jayx2u.fyi/). **Players are not allowed to look at each other's materials.**
2. The `Game Master` will set up the "Wire Pulling" module according to the instructions on the display located on the bomb when it is turned on. During this time the `Expert` is allowed to look over the manual but shall not communicate yet.
3. The `Game Master` will then start the game resulting in a five-minute timer starting. During this time, the players are allowed to communicate to each other only through verbal instructions and questions.You either win by disarming the bomb by completing all the modules or losing by getting three strikes or making a fatal mistake - instantly detonating the bomb.
## Showcase
### Photos of the Hardware


### Video Demo
Video demo by [@Jayx2u](https://github.com/jayx2u) and [@pi-nf](https://github.com/pi-nf) available [here](https://youtu.be/Vhgq65tojBY)!# Bill of Materials
Click to expand/collapse
| Item | Amount |
|----------------------|--------|
| Pico RP2040 | 1 |
| Xiao RP2040 | 1 |
| Breadboard | 5 |
| 1.28" TFT LCD | 1 |
| Neopixel | 4 |
| White LED | 1 |
| Switch | 1 |
| Button | 5 |
| Big A Button | 1 |
| IMU | 1 |
| Audio amplifier | 1 |
| Jumper wires | 64 |
| Potentiometer slider | 1 |
| 7 segment display | 1 |
| Speaker | 1 |
| 680ohm resistors | 1 |
Made with ❤️ by [@ConfusedHello](https://github.com/confusedhello), [@Jayx2u](https://github.com/Jayx2u/) and [@pi-nf](https://github.com/pi-nf) during [Hack Club x Github Undercity 2025 @ GitHub HQ](https://highway.hackclub.com/getting-started/undercity).