Kaszanas / Kaszanas/SC2InfoExtractorGo
Expanded filtering capabilities
Open
- Dominant language
- Go
- Stars
- 0
- Forks
- 1
- Avg merge
- 13m
- Merged PRs (30d)
- 3
Description
Current filtering is only verifying fields such as:
```
{
isAutoMatchMaking: true,
maxPlayers: 2,
isCompetitiveOrRanked: true
}
```
While these might be sufficient for now there is more information that could be used such as: ```isBlizzardMap``` for ranked games which can only be played on maps made by Blizzard.
Contributor guide
Assessment
This issue has not been assessed yet.