Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/twangodev/cisco-binary-game
- Owner: twangodev
- License: mit
- Created: 2023-09-10T20:59:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-14T04:04:35.000Z (3 months ago)
- Last Synced: 2024-10-17T08:21:24.965Z (3 months ago)
- Topics: automation, binary-game, cisco, hack, kotlin, selenide
- Language: Kotlin
- Homepage:
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```