WoW Commander Alpha

Hosted campaign board (Cloudflare Pages)

Players — Google Earth Pro

Open your local doc_player.kml in Google Earth Pro. Campaign Board NetworkLinks refresh from this site automatically when hosted mode is enabled.

Role-filtered views (blind play):

view/red-cell/<theater>.kml
view/blue-cell/<theater>.kml
view/white-cell/<theater>.kml

Example: view/red-cell/kalimdor.kml

Organizer — publish turns

  1. Sync local campaign: python3 scripts/sync_campaign_live.py --push
  2. Build + deploy: python3 scripts/publish_portal_site.py --deploy
  3. Players right-click Campaign Board links → Refresh in GEP

Master (unfiltered) copies for adjudication:

campaign/<theater>.kml

Submit a turn (GitHub)

Upload your turn .kmz to the game repo under submissions/<your-cell>/ via the GitHub web UI. A GitHub Action merges your cell into the master board and redeploys this site.

See templates/game-repo/README.md in the project for webhook and repo setup.