This coding challenge is part of an ExitGame where payers have to deactivate a bomb.
The Bomb runs on an Android device. It starts with a countdown before it explodes. It's not accessible for the players. Players have to deactivate the bomb with this coding challenges. The deactivation commands are sent to an REST interface of the Bomb-App.
The players read the Bomb Instruction Manual which helps
them to solve the included tests. Print it for them.
⚠ This README and the git repository contain information which should not visible for the ExitGame players.
The players solve the puzzle by trigger unit tests which access the bombs REST API.
- Bomb-App
The app which runs on the bombs hardware. - Bomb-Client-App
The admin UI which can change settings of the bomb an check the bombs state. This is of course not available for the players.
Run the JUnit test int the Module
class according the bomb manual.