Automated script for playing the Cisco Binary Game, built with Kotlin and Selenide. It navigates through the game, solving binary representation problems.
- JDK 8 or higher
- Gradle
- Chrome Browser (with ChromeDriver)
Clone or download the repository:
git clone https://github.com/twangodev/cisco-binary-game.git
Next, navigate to the project and build the project using Gradle:
cd cisco-binary-game
./gradlew build
Finally, run with:
./gradlew run