Small program for printing out a json list of current games
cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release
cmake --build build -j
Premade binaries are available from the linux and windows workflows.
Companion utility that watches for the output of devilutionx-gamelist and advertises the games in a discord channel
# optionally create/activate a venv-like isolated environment
pip install -r requirements.txt # or install dependencies at a user level if not using a venv, or via your system package manager
python discord_bot.py
# OR
pip install -e . # could also use pipx or similar tools
discord_bot
Source and wheel distributions are available from the python workflow.