Small SPA for shuffling custom lobbies in Overwatch
- Randomly shuffling lobby into two teams
- Randomly picking captains for both teams
- Randomizing map, roles and heroes for teams
- Map and hero pool filter
- Caching settings data and filters into browser's Local Storage
- Multilingual app with automatic localization from supported languages
- Responsive desing (adopted for mobile)
- English
- German
- Spanish
- French
- Italian
- Polish
- Portugese
- Russian
if you want to contribute a language or found an inaccurate translation - feel free to pull request or to create an issue.
⚠️ Non-latin languages (Chinese, Korean, Japanese, Arabic, Greek, etc.) may not be rendered properly due to font limitaton, so keep that in mind, and try to keep lines short. It will be resolved somewhat in the future.
You can either build on your machine or visit deployed build from gh-pages
branch on GitHub Pages.
npm install
npm run serve
npm run build
npm run lint