Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Magic Bracket Simulator

[ πŸš€ Launch App ](https://magic-bracket-simulator.web.app) [ πŸ“– Documentation ](#documentation-map) [ 🐞 Report Bug ](https://github.com/TytaniumDev/MagicBracketSimulator/issues)
[ πŸš€ Launch App ](https://magic-bracket-simulator.web.app) [ πŸ“– Documentation ](#documentation-map) [ πŸ› Report Bug ](https://github.com/TytaniumDev/MagicBracketSimulator/issues)

**Simulate thousands of Magic: The Gathering Commander games to predict tournament brackets. Powered by Forge.**

Expand All @@ -21,11 +21,7 @@

## Quick Start

**Just want to run simulations?** Download the desktop worker for your platform from the [latest release](https://github.com/TytaniumDev/MagicBracketSimulator/releases/latest) and double-click. macOS builds are Developer-ID signed + notarized; Windows builds will trip SmartScreen the first time β€” click *More info β†’ Run anyway*. The worker self-updates from then on.

The worker has two modes:
- **Cloud:** signs in with Google, picks up jobs from the shared Firestore queue. Results show on the [web leaderboard](https://magic-bracket-simulator.web.app).
- **Offline:** picks 4 bundled Commander precons, runs the bracket locally, keeps results on your machine.
**Want to run simulations?** See the [Worker Modes](docs/WORKER_MODES.md) guide for desktop worker details.

**Want to run the whole stack locally for development?** See the [Deployment Guide](docs/DEPLOYMENT.md). The legacy Docker worker (`worker/`) is still in the repo and works, but the desktop worker (`worker_flutter/`) is the path going forward.

Expand Down Expand Up @@ -59,6 +55,7 @@ cd worker_flutter && flutter run -d macos # or: -d windows
* [Stale Sweeper](docs/STALE_SWEEPER.md)
* [Sweeper Alerting](docs/SWEEPER_ALERTING.md)
* [Sweeper Alert Policy](docs/sweeper-alert-policy.yaml)
* [Worker Modes](docs/WORKER_MODES.md)

## Contributing

Expand Down
7 changes: 7 additions & 0 deletions docs/WORKER_MODES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Worker Modes

**Just want to run simulations?** Download the desktop worker for your platform from the [latest release](https://github.com/TytaniumDev/MagicBracketSimulator/releases/latest) and double-click. macOS builds are Developer-ID signed + notarized; Windows builds will trip SmartScreen the first time β€” click *More info β†’ Run anyway*. The worker self-updates from then on.

The worker has two modes:
- **Cloud:** signs in with Google, picks up jobs from the shared Firestore queue. Results show on the [web leaderboard](https://magic-bracket-simulator.web.app).
- **Offline:** picks 4 bundled Commander precons, runs the bracket locally, keeps results on your machine.
Loading