/exit-game-coding-challenge

💣📡 Exit Game - Coding challenge to deactive a bomb

Primary LanguageKotlin

💣💻🔨 ExitGame - Coding Challenge

Kotlin LibGDX

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.

📱 Bomb App

The players solve the puzzle by trigger unit tests which access the bombs REST API.

  1. Bomb-App
    The app which runs on the bombs hardware.
  2. 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.

🚀 Start

Run the JUnit test int the Module class according the bomb manual.