A streamlined ban/pick map process for Warcraft 3 leagues and tournaments.
- Multiple pre-configured map pools (W3Champions 1v1, 2v2, 4v4, GNL Season 17, etc.)
- Various pick/ban modes (ABBAAB, Bo3, Bo5, AB, AABB)
- Real-time lobby synchronization
- Custom map pool options
- Shareable lobby links
If you would like to add your own custom map pool, you are free to open a PR. The process is pretty simple:
- Define the map pool in
src/utils/customMapPools.ts - Implement it using the
createMapPoolByMapNamesfunction insrc/app/page.tsx
Look at how existing map pools are implemented if you need an example.