Talk and Nothing Breaks is a cooperative local multiplayer game made for the 2019 RHHS STEM Olympics. Based on Keep Talking and Nobody Explodes, a team of 2+ players will have to work on defusing a trap (read: bomb) by solving computer science related puzzle modules under a time limit. One player acts as the designated defuser, who plays the game with an active view of the bomb. Everyone else will play as the 'experts', having access to a manual containing instructions on how to defuse each trap's puzzles, but with no view of what's being defused. It's recommended you rotate roles every round so everyone has a chance to defuse.
* Only used during STEM Olympics event on the web-release
branch
You will need Unity to run or develop this project.
Setting Up Online Score Tracking
The web-release
branch contains a login prompt on game start, and code to automatically send win/loss information through POST requests. If you want to use this code, you will need to modify the url endpoints within the code, and supply your own server to respond to the requests.
You may also want to remove or modify the login screen.
Distributed under the GNU GPL v3 License. See LICENSE for more information