maps-gamemodes-support

bmap-stats

List all the maps for the game Boring Man and the gamemodes they currently support.

The maps displayed are the maps from the Steam workshop.

Goal of this list

The goals I wanted to achieve with this are:

How to use locally

yarn install
chmod +x run.sh # make run.sh executable
./run.sh

Note: I’ve put a limit of 10 maps to be downloaded before checking for gamemodes. This hard limit exists because the generaton is supposed to happen in a github action job and I wanted to avoid hitting the limit on the virtual disk. You can change it in ./run.sh using the variable BUCKET_SIZE.

Generated files

Here are all the generated files while ./run.sh is running:

By default, the bash script remove all generated_* files to avoid cluttering the repository.