Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/twangodev/cisco-binary-game

Automated script for playing the Cisco Binary Game, built with Kotlin and Selenide.
https://github.com/twangodev/cisco-binary-game

automation binary-game cisco hack kotlin selenide

Last synced: 2 months ago
JSON representation

Automated script for playing the Cisco Binary Game, built with Kotlin and Selenide.

Awesome Lists containing this project

README

        

# Automated Cisco Binary Game

[![Kotlin CI with Gradle](https://github.com/twangodev/cisco-binary-game/actions/workflows/gradle.yml/badge.svg)](https://github.com/twangodev/cisco-binary-game/actions/workflows/gradle.yml)

Automated script for playing the Cisco Binary Game, built with Kotlin and Selenide. It navigates through the game, solving binary representation problems.

### Prerequisites
- JDK 8 or higher
- Gradle
- Chrome Browser (with ChromeDriver)

## Usage

Clone or download the repository:

```bash
git clone https://github.com/twangodev/cisco-binary-game.git
```

Next, navigate to the project and build the project using Gradle:
```bash
cd cisco-binary-game
./gradlew build
```

Finally, run with:
```bash
./gradlew run
```