Are you tired of your opponents taking 3 business days to resolve their turns?
Or maybe you just want to play Bullet Chess Magic?
ROPE (The Rapid Optimizer of Pace within EDH and adjacent formats) is a simple MTG life counter with a built-in chess clock, designed for EDH. Keep your games moving, track your damage, and penalize slow play.
| Feature | Description |
|---|---|
| Chess Clock | An optional chess clock featuring adjustable increments, a player is out of the game if they run out of time. |
| Slow Burn | An optional feature which punishes the slowest players for taking too long turns by pinging them for a set amount of HP when the "rope" burns out. |
| Priority Stack | Tap your own timer to hold priority. Tap it again to continue the previous turn. This feature stacks. |
| Life Tracking | Just like any MTG life counter you can tap to adjust life by 1, or hold to add/subtract 10. |
| Commander Damage | Swipe vertically on a players life total to add commander damage. You can long press to reveal +/- controls. |
To run this project locally or build it for your device, you will need the Flutter SDK and Android Studio.
Arch Linux Installation:
sudo pacman -S flutter-bin
sudo pacman -S android-studioNote: Make sure to install the Android Command-Line Tools via the SDK manager in Android Studio.
To run the app locally:
flutter clean
flutter pub get
flutter runTo generate a standalone APK for Android devices:
flutter build apkflutter pub get
flutter pub run flutter_launcher_iconsRun these commands before opening a Pull Request:
# Format all Dart files
dart format .
# Check for linting errors
flutter analyze
# Run unit tests
flutter testIf you've got any suggestions feel free to open an Issue or make a PR.


